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 b513876 commit 88cd287Copy full SHA for 88cd287
src/guide/build-and-install.md
@@ -31,7 +31,8 @@ The easiest way to get the official `rustup` script is to run:
31
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
32
```
33
34
-Or, alternatively, you can install `rustup` via your operating system’s package manager.
+Or, alternatively, you can install `rustup` via your operating system’s
35
+package manager.
36
37
::: tip
38
@@ -108,8 +109,8 @@ and that should fix your problems.
108
109
110
---
111
-Another option is that you have the up-to-date `stable` toolchain, but it is
112
-not set as the default. Run:
+Another option is that you have the up-to-date `stable` toolchain, but it
113
+is not set as the default. Run:
114
115
```bash
116
rustup default stable
0 commit comments