Skip to content

Commit

Permalink
README: fix typo - double '--release' flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitris committed Feb 10, 2023
1 parent 3b99e95 commit 3bf662d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If you want to build a static binary with musl, install the musl target and pass
```
rustup target add x86_64-unknown-linux-musl
cargo xtask build-ebpf --release
cargo build --release --release --target=x86_64-unknown-linux-musl
cargo build --release --target=x86_64-unknown-linux-musl
```

To run the program:
Expand Down

0 comments on commit 3bf662d

Please sign in to comment.