From 417fb77f12150d677ace0b290223728d3c5a2ad4 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 6 Aug 2024 13:02:48 +0200 Subject: [PATCH] Update the afl binary install command to the correct package (#166) --- afl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afl/README.md b/afl/README.md index 6886797a..dad25171 100644 --- a/afl/README.md +++ b/afl/README.md @@ -15,7 +15,7 @@ After that afl-rs needs to be installed, the complete setup guide can be found with cargo: ```bash -$ cargo install afl +$ cargo install cargo-afl ``` # Fuzzing