From 3e234f131aa34662ea77bdd769cd9023ae36d55d Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Mon, 28 Sep 2020 13:25:58 -0500 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1d3a112..be1a099 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,18 @@ Type "help", "copyright", "credits" or "license" for more information. # 1226 hosts were resolved per second in average ``` +# Installation + +## Using precompiled binaries. + +Download the asset from the [releases page](https://github.com/Edu4rdSHL/rusolver/releases/latest) according to your platform. + +## Using the source code. + +1. You need to have the lastest stable [Rust](https://www.rust-lang.org/) version insalled in your system. +2. Clone the repo or download the source code, then run `cargo build --release`. +3. Execute the tool from `./target/release/rusolver` or add it to your system PATH to use from anywhere. + # Usage * By default we only show the resolved hosts ```