From 4edfb186091d517840d19b8d483587029fa9e42b Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Fri, 23 Jan 2026 02:42:28 +0530 Subject: [PATCH] docs: Remove unnecessary note from getting-started/installation --- docs/getting-started/installation.md | 4 ---- 1 file changed, 4 deletions(-) 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)