From 6f2ab6131564ca27f4302a5e2c90adc133c50da6 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Wed, 9 Nov 2016 23:01:43 -0800 Subject: [PATCH] README: Discuss updating outdated versions of Rust and Cargo Mention that outdated versions may lead to build errors, and suggest downloading the stable version in that case as well. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf1cf18ee008870bc0bdba12c30a2ef6b4dd653d..ed6707cb6b926c1206e50a86cba118e625e11c91 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,10 @@ Building and installing git-series is written in Rust. You'll need both Rust and Cargo installed to build it. If your OS distribution includes packages for Rust and Cargo, start by installing those (for instance, on Debian, `apt install rustc cargo`). -Otherwise, you can [download the stable version of Rust and Cargo from the -rust-lang.org download page](https://www.rust-lang.org/downloads.html). +If your distribution doesn't have packages of Rust and Cargo, or has an +outdated version (which may result in build errors), you can [download the +stable version of Rust and Cargo from the rust-lang.org download +page](https://www.rust-lang.org/downloads.html). With Rust and Cargo installed, you can download and install the latest release of git-series with: