Fix rust requirement in the readme

This commit is contained in:
Roey Darwish Dror
2021-12-06 14:14:07 +02:00
parent 942702d1d2
commit 4b8cf641a1

View File

@@ -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). 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 Other systems users can either use `cargo install` or use the compiled binaries from the release page. The compiled
page. The compiled binaries contain a self-upgrading feature. binaries contain a self-upgrading feature.
Topgrade isn't guaranteed to work on Rust versions older than the latest stable release. If you Topgrade requires Rust 1.51 or above.
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.
## Usage ## Usage
Just run `topgrade`. See [the wiki](https://github.com/r-darwish/topgrade/wiki/Step-list) for the list of things Topgrade supports Just run `topgrade`. See [the wiki](https://github.com/r-darwish/topgrade/wiki/Step-list) for the list of things Topgrade supports