fixed small error

This commit is contained in:
0xflotus 2020-10-05 09:54:49 +02:00 committed by GitHub
parent 0f86205231
commit c3fb40e1c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,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.