From 711e34cae13c02d30cfecf4976a1789cf3a8d1cd Mon Sep 17 00:00:00 2001 From: varun-r-mallya Date: Wed, 22 Oct 2025 03:25:00 +0530 Subject: [PATCH] Add script running instruction to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1b4c3f8..b09d6de 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,12 @@ Python-BPF is an LLVM IR generator for eBPF programs written in Python. It uses --- +## Try It Out! +Run +```bash +curl -s https://raw.githubusercontent.com/pythonbpf/Python-BPF/refs/heads/master/tools/setup.sh | sudo bash +``` + ## Installation Dependencies: