From 4b8cf641a1c6e5c1659d871e4279cf17d64d5ffb Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Mon, 6 Dec 2021 14:14:07 +0200 Subject: [PATCH] Fix rust requirement in the readme --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e37b49d8..ebb4a144 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,10 @@ On NixOS, use the `topgrade` package in `nixpkgs`. macOS users can install topgrade via [Homebrew](https://brew.sh/) or [MacPorts](https://www.macports.org/install.php). -Other systems users can either use `cargo install` or use the compiled binaries from the release -page. The compiled binaries contain a self-upgrading feature. +Other systems users can either use `cargo install` or use the compiled binaries from the release page. The compiled +binaries contain a self-upgrading feature. -Topgrade isn't guaranteed to work on Rust versions older than the latest stable release. If you -intend to install Topgrade using Cargo then you should either install Rust using rustup or use a -distribution which ships the latest version of Rust, such as Arch Linux. +Topgrade requires Rust 1.51 or above. ## Usage Just run `topgrade`. See [the wiki](https://github.com/r-darwish/topgrade/wiki/Step-list) for the list of things Topgrade supports