Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 7d8ede8

Browse files
authored
Update README.md
1 parent ef0264d commit 7d8ede8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,15 @@ Here are the steps to follow to run an eBPF program with rbpf:
7878
7. Execute your program: Either run the interpreter or call the JIT-compiled
7979
function.
8080

81+
## Developer
82+
83+
### Dependencies
84+
- rustc version 1.72 or higher
85+
86+
### Build and test instructions
87+
- To build run `cargo build`
88+
- To test run `cargo test`
89+
8190
## License
8291

8392
Following the effort of the Rust language project itself in order to ease

0 commit comments

Comments
 (0)