diff --git a/README.md b/README.md index b4b6da1..9bfe9ab 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,14 @@ Unimap uses its own technology to initially resolve the IP addresses of all subd You need to have Rust installed, then run: +* `cargo install unimap` to install from [crates.io](https://crates.io). +* or ``` $ git clone https://github.com/Edu4rdSHL/unimap.git && cd unimap $ cargo build --release $ sudo ./target/release/unimap ``` +to install from Github. # Usage