Skip to content

Commit 711e34c

Browse files
Add script running instruction to README.md
1 parent cf3f4a0 commit 711e34c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ Python-BPF is an LLVM IR generator for eBPF programs written in Python. It uses
4040

4141
---
4242

43+
## Try It Out!
44+
Run
45+
```bash
46+
curl -s https://raw.githubusercontent.com/pythonbpf/Python-BPF/refs/heads/master/tools/setup.sh | sudo bash
47+
```
48+
4349
## Installation
4450

4551
Dependencies:

0 commit comments

Comments
 (0)