Skip to content

Commit

Permalink
Made uninstall/migrate instructions more prominent
Browse files Browse the repository at this point in the history
Just a tiny reorganization of contents to better reflect the projects deprecated status/make the migration instructions slightly more obvious.
  • Loading branch information
Ajacmac authored Aug 4, 2018
1 parent 291082d commit d9f8bad
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ Features:
* Requires only bash, curl and common unix utilities.
* For Linux, OS X, and Windows (via MSYS2).

# 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 this command:
```
curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh -s -- --uninstall
```
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/).


# Quick installation

```
Expand All @@ -36,11 +50,6 @@ password via `sudo`. It will then download and install the stable
toolchain, configuring it as the default when executing `rustc`,
`rustdoc`, and `cargo`.

Uninstallation:

```
curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh -s -- --uninstall
```

# Manual build, install and configure

Expand Down Expand Up @@ -293,13 +302,3 @@ 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 d9f8bad

Please sign in to comment.