From 0b9db85a71517b9d506378899bd8924925b42658 Mon Sep 17 00:00:00 2001 From: Rudra Sarkar Date: Fri, 15 Apr 2022 14:23:12 +0600 Subject: [PATCH] Update installation instructions for global use on Linux and Mac OS --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index db38bc7..86338e6 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ You need to have Rust and Nmap installed in your computer, then run: # extract it and continue to next step. 2. cargo build --release # Now the binary is in ./target/release/unimap +# The next command only works on Linux and MacOS. Windows user need specify the target path in environment variable +3. cp ./target/release/unimap /usr/local/bin +# Now you can use the `unimap` command from everyewhere. ``` ## Using precompiled binaries