We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be440bc commit b2f70a4Copy full SHA for b2f70a4
src/doc/trpl/installing-rust.md
@@ -24,11 +24,11 @@ installer](https://static.rust-lang.org/dist/rust-nightly-x86_64-pc-windows-gnu.
24
and run it.
25
26
If you decide you don't want Rust anymore, we'll be a bit sad, but that's okay.
27
-Not every programming language is great for everyone. Just pass an argument to
28
-the script:
+Not every programming language is great for everyone. Just run the uninstall
+script:
29
30
```bash
31
-$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh -s -- --uninstall
+$ sudo /usr/local/lib/rustlib/uninstall.sh
32
```
33
34
If you used the Windows installer, just re-run the `.exe` and it will give you
0 commit comments