Skip to content

Instantly share code, notes, and snippets.

@epage
Created January 31, 2017 22:55
Show Gist options
  • Save epage/cb521bb2dd4ea262d6355821d2c8eb42 to your computer and use it in GitHub Desktop.
Save epage/cb521bb2dd4ea262d6355821d2c8eb42 to your computer and use it in GitHub Desktop.
Basic rustup commands
# Update rustup
rustup self update
# Update the default rustc
rustup update
# Switch to nightly
rustup default nightly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment