Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made uninstall/migrate instructions more prominent #164

Merged
merged 1 commit into from
Feb 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/).