Skip to content

Commit

Permalink
Update afl setup with cargo-afl
Browse files Browse the repository at this point in the history
https://github.com/rust-fuzz/afl.rs requires you to install afl with `cargo install cargo-afl` instead of just `cargo install afl`. This just changes the commands
  • Loading branch information
Connortsui20 authored and smoelius committed Sep 11, 2023
1 parent 09f169a commit 8eaa841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/afl/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
afl.rs works on x86-64 Linux, x86-64 macOS, and ARM64 macOS.

```sh
cargo install afl
cargo install cargo-afl
```

## Upgrading

```sh
cargo install --force afl
cargo install --force cargo-afl
```

0 comments on commit 8eaa841

Please sign in to comment.