From 345124baf1a4042fe4ee00ac3ebe1699288b2e49 Mon Sep 17 00:00:00 2001 From: Pyro57000 <147988717+Pyro57000@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:57:15 -0600 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.