Skip to content

Commit 93e7dcd

Browse files
wdullaerqmonnet
authored andcommitted
fix(doc): Add compilation instructions for aya ebpf example
Signed-off-by: Wouter Dullaert <wouter.dullaert@exoscale.ch>
1 parent e8d9a12 commit 93e7dcd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

examples/allowed-memory/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
This directory contains an example eBPF program for testing memory access with
2+
helper functions in rbpf.
3+
4+
To recompile the program, make sure to install all of
5+
[Aya's prerequisites](https://aya-rs.dev/book/start/development/),
6+
then run from this directory:
7+
8+
```bash
9+
cargo build --release
10+
```

0 commit comments

Comments
 (0)