diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-02-12 19:19:35 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-02-12 20:36:20 -0800 |
| commit | b2f70a415943c42ac13714d41db4db2f6a862b74 (patch) | |
| tree | 4af3bf422c6be59b258edd95d446e9704ff6cc22 | |
| parent | be440bc8a6ee531d0966e1aa1b42839fd8381b92 (diff) | |
| download | rust-b2f70a415943c42ac13714d41db4db2f6a862b74.tar.gz rust-b2f70a415943c42ac13714d41db4db2f6a862b74.zip | |
Update uninstall instructions
| -rw-r--r-- | src/doc/trpl/installing-rust.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/trpl/installing-rust.md b/src/doc/trpl/installing-rust.md index 80288c4c3d9..5bc33d0a232 100644 --- a/src/doc/trpl/installing-rust.md +++ b/src/doc/trpl/installing-rust.md @@ -24,11 +24,11 @@ installer](https://static.rust-lang.org/dist/rust-nightly-x86_64-pc-windows-gnu. and run it. If you decide you don't want Rust anymore, we'll be a bit sad, but that's okay. -Not every programming language is great for everyone. Just pass an argument to -the script: +Not every programming language is great for everyone. Just run the uninstall +script: ```bash -$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh -s -- --uninstall +$ sudo /usr/local/lib/rustlib/uninstall.sh ``` If you used the Windows installer, just re-run the `.exe` and it will give you |
