From ca6dfd3f940b6bb1a42d7387bb4a4b3579ae012c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Miguel?= <36349314+vrmiguel@users.noreply.github.com> Date: Tue, 30 Mar 2021 23:50:29 -0300 Subject: [PATCH] readme: Add missing Rust link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21a54aa..aaf927a 100644 --- a/README.md +++ b/README.md @@ -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: