readme: Add missing Rust link

This commit is contained in:
Vinícius Miguel 2021-03-30 23:50:29 -03:00 committed by GitHub
parent 9a34c0501b
commit ca6dfd3f94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ curl -s https://raw.githubusercontent.com/vrmiguel/ouch/master/install.sh | bash
### Building
A recent [Rust] toolchain is needed to build `ouch`. Go to [rustup.rs](https://rustup.rs/) to get it.
A recent [Rust](rust-lang.org) toolchain is needed to build `ouch`. You can install it following the instructions at [rustup.rs](https://rustup.rs/).
Once [Cargo](https://doc.rust-lang.org/cargo/) is installed, run: