Skip to content

Instantly share code, notes, and snippets.

@mre
Created August 23, 2015 11:46
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mre/22c3ae35b2aa3fbf9a18 to your computer and use it in GitHub Desktop.
Save mre/22c3ae35b2aa3fbf9a18 to your computer and use it in GitHub Desktop.
# Use multirust to manage multiple Rust builds:
# 1. Install multirust
curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh
# 2. Show installed Rust builds
multirust list-toolchains
# 3. Install new build (stable, beta, nightly)
multirust update nightly
# 4. Set default
multirust default nightly
# 5. Check new default build
multirust show-default
@mre
Copy link
Author

mre commented Sep 26, 2019

If you stumble upon this today, please use rustup instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment