From 462ebc1af41ef2b4f1595aa28108b25a66449e3b Mon Sep 17 00:00:00 2001 From: BuddyGlas <104383456+BuddyGlas@users.noreply.github.com> Date: Wed, 22 Jun 2022 10:12:08 +0000 Subject: [PATCH] Update README.md --- --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ 2. Remove all installed toolchains with `rustup toolchain list` and `rustup toolchain uninstall `. -3. Install install nightly 2021-11-11 and make it default: +3. Install toolchain nightly-2022-05-11 and make it default: ```bash rustup toolchain install nightly-2022-05-11 -- gitstuff