Skip to content

Commit

Permalink
Merge pull request #163 from durka/patch-4
Browse files Browse the repository at this point in the history
rustup migration instructions
  • Loading branch information
brson authored Jun 9, 2016
2 parents 84c3459 + 8c98a96 commit 291082d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**Note: multirust is not actively maintained. Migrate to [rustup.rs](https://github.com/rust-lang-nursery/rustup.rs).**
**Note: multirust is not actively maintained. Migrate to [rustup.rs](https://github.com/rust-lang-nursery/rustup.rs) ([help](#migrating-to-rustup)).**

[![Build Status](https://travis-ci.org/brson/multirust.svg?branch=master)](https://travis-ci.org/brson/multirust)

Expand Down Expand Up @@ -293,3 +293,13 @@ quite meager though so it's unlikely to help.

multirust is licensed under the same terms as the Rust compiler, now and
forevermore.

# Migrating to rustup

If you have multirust installed and you would like to migrate to rustup.rs,
follow these steps (for Linux/Mac):

1. First, uninstall Multirust using the instructions given [above](#quick-installation).
2. Delete the folder `~/.multirust`.
3. If the file `/usr/local/lib/rustlib/uninstall.sh` still exists, the uninstallation was not successful. Run `sudo /usr/local/lib/rustlib/uninstall.sh` to complete it.
4. Install rustup using the instructions at [rustup.rs](https://www.rustup.rs/).

0 comments on commit 291082d

Please sign in to comment.