rustup; why
Turns out rustup is essential to many projects (zed, redox).
curl –proto ‘=https’ –tlsv1.2 -sSf https://sh.rustup.rs | sh
https://www.rust-lang.org/learn/get-started
Don't forget to update every once in a while (see Issue #1208 ).
rustup update
Ignore what I said:
https://code2care.org/rust/uninstall-rust-lang-from-mac-linux-or-ubuntu/
rustup self uninstall
No comments:
Post a Comment