Skip to content

Commit dd8d776

Browse files
committed
Small wording, punctuation, and wrapping edits to installation
1 parent ec255d2 commit dd8d776

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/ch01-01-installation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@ connection to run the commands in this chapter, as we’ll be downloading Rust
55
from the internet.
66

77
We’ll be showing off a number of commands using a terminal, and those lines all
8-
start with `$`. You don't need to type in the `$`s, they are there to indicate
8+
start with `$`. You don't need to type in the `$`s; they are there to indicate
99
the start of each command. You’ll see many tutorials and examples around the web
1010
that follow this convention: `$` for commands run as a regular user, and `#`
1111
for commands you should be running as an administrator.
1212

1313
## Installing on Linux or Mac
1414

15-
If you're on Linux or a Mac, all you need to do is open a terminal and type this:
15+
If you're on Linux or a Mac, all you need to do is open a terminal and type
16+
this:
1617

1718
```bash
1819
$ curl -sSf https://static.rust-lang.org/rustup.sh | sh
1920
```
2021

21-
This will download a script, and start the installation. You may be prompted for your password.
22-
If it all goes well, you’ll see this appear:
22+
This will download a script and start the installation. You may be prompted for
23+
your password. If it all goes well, you’ll see this appear:
2324

2425
```text
2526
Rust is ready to roll.
2627
```
2728

28-
2929
## Installing on Windows
3030

3131
If you're on Windows, please download the appropriate [installer][install-page].
@@ -41,8 +41,8 @@ the uninstall script:
4141
$ sudo /usr/local/lib/rustlib/uninstall.sh
4242
```
4343

44-
If you used the Windows installer, you can re-run the `.msi` and it will give you
45-
an uninstall option.
44+
If you used the Windows installer, you can re-run the `.msi` and it will give
45+
you an uninstall option.
4646

4747
## Troubleshooting
4848

0 commit comments

Comments
 (0)