From a14fe84754fb166ceb32839c98d36a358db3320c Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Tue, 6 Oct 2020 00:44:44 +0200 Subject: [PATCH] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f17f362..14b1000 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Download the asset from the [releases page](https://github.com/Edu4rdSHL/fhc/rel ## Using the source code. -1. You need to have the lastest stable [Rust](https://www.rust-lang.org/) version insalled in your system. +1. You need to have the latest stable [Rust](https://www.rust-lang.org/) version installed in your system. 2. Clone the repo or download the source code, then run `cargo build --release`. 3. Execute the tool from `./target/release/fhc` or add it to your system PATH to use from anywhere.