Update installation instructions for global use on Linux and Mac OS

This commit is contained in:
Rudra Sarkar 2022-04-15 14:23:12 +06:00 committed by GitHub
parent ddd486a11c
commit 0b9db85a71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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