diff --git a/README.md b/README.md index 4ab6fa7..7f25b26 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,8 @@ Once the project is done and I'm ready to clean up the distrobox I use option 7 1. clone this repository `git clone https://github.com/Pyro57000/pentest_tool.git` 2. cd into the nested "pentest_tool" folder `cd pentest_tool/pentest_tool` 3. use cargo to build the release binary `cargo build --release` -4. follow the same installation instructions, skipping the step where you download the release binary. +4. copy the compiled binary to a folder on your path `sudo cp ./target/release/pentest_tool /usr/bin/` +5. follow the same installation instructions, skipping the step where you download the release binary.