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 03dc24e commit 7628582Copy full SHA for 7628582
src/doc/book/getting-started.md
@@ -33,15 +33,15 @@ terminal and type this:
33
$ curl https://sh.rustup.rs -sSf | sh
34
```
35
36
-That will download a script, and start the installation. If it all
+It will download a script, and start the installation. If everything
37
goes well, you’ll see this appear:
38
39
```text
40
Rust is installed now. Great!
41
42
43
Installing on Windows is nearly as easy: download and run
44
-[rustup-init.exe]. It will run the installation in a console and
+[rustup-init.exe]. It will start the installation in a console and
45
present the above message on success.
46
47
For other installation options and information, visit the [install]
0 commit comments