diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 5d8fdd2..7753ba2 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -35,10 +35,6 @@ sudo dnf install -y bpftool clang llvm sudo pacman -S bpf clang llvm ``` -```{note} -The `llvm` package provides `llc`, the LLVM compiler that is used to compile LLVM IR to BPF bytecode. -``` - ## Installing PythonBPF ### From PyPI (Recommended)