Update README.md

This commit is contained in:
Eduard Tolosa 2020-09-02 23:49:42 -05:00 committed by GitHub
parent 5db5b70757
commit 576ee6957c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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