Skip to content

Instantly share code, notes, and snippets.

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