Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ksolana authored Sep 22, 2023
1 parent ef0264d commit 7d8ede8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,15 @@ Here are the steps to follow to run an eBPF program with rbpf:
7. Execute your program: Either run the interpreter or call the JIT-compiled
function.

## Developer

### Dependencies
- rustc version 1.72 or higher

### Build and test instructions
- To build run `cargo build`
- To test run `cargo test`

## License

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

0 comments on commit 7d8ede8

Please sign in to comment.