README: Discuss updating outdated versions of Rust and Cargo

Josh Triplett created

Mention that outdated versions may lead to build errors, and suggest
downloading the stable version in that case as well.

Change summary

README.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Detailed changes

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: