Skip to content

Commit

Permalink
docs: include PATH in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Sep 5, 2024
1 parent 5747c37 commit 27dd42a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ To get started, you can build and run a libbpf based eBPF program starts with `b

```console
make -C example/malloc # Build the eBPF program example
export PATH=$PATH:~/.bpftime/
bpftime load ./example/malloc/malloc
```

Expand Down

0 comments on commit 27dd42a

Please sign in to comment.