Skip to content

Commit

Permalink
fix(doc): Add compilation instructions for aya ebpf example
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter Dullaert <[email protected]>
  • Loading branch information
wdullaer authored and qmonnet committed Sep 20, 2024
1 parent e8d9a12 commit 93e7dcd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/allowed-memory/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
This directory contains an example eBPF program for testing memory access with
helper functions in rbpf.

To recompile the program, make sure to install all of
[Aya's prerequisites](https://aya-rs.dev/book/start/development/),
then run from this directory:

```bash
cargo build --release
```

0 comments on commit 93e7dcd

Please sign in to comment.