development/rustup: Updated README.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-10-13 12:53:31 -05:00 committed by Willy Sudiarto Raharjo
parent 1face85bf3
commit 6f7088fe28
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 3 additions and 0 deletions

View File

@ -17,3 +17,6 @@ done
Then add the directory to your path (.bashrc for example):
export PATH="$HOME/.rustup/shims:$PATH"
NOTE: rustup 1.24.3 is the latest version which will build since
1.25.0 and newer require rustc 1.61 or newer.