Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save michelep/953dffcc224926669fd5de546e685c27 to your computer and use it in GitHub Desktop.
Save michelep/953dffcc224926669fd5de546e685c27 to your computer and use it in GitHub Desktop.
Journey to RUST
Install: curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
Update: rustup update
Uninstall: rustup self uninstall
(https://doc.rust-lang.org/book/ch01-01-installation.html)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment