Skip to content

Commit 03dc24e

Browse files
committed
Edits
1 parent d43c343 commit 03dc24e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/doc/book/getting-started.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ see the website][platform-support].
2626

2727
## Installing Rust
2828

29-
All we need to do on On Unix systems like Linux and macOS is open a
29+
All you need to do on Unix systems like Linux and macOS is open a
3030
terminal and type this:
3131

3232
```bash
@@ -42,8 +42,10 @@ Rust is installed now. Great!
4242

4343
Installing on Windows is nearly as easy: download and run
4444
[rustup-init.exe]. It will run the installation in a console and
45-
present the above message on success. For other installation options
46-
and information, visit the [install] page of the Rust website.
45+
present the above message on success.
46+
47+
For other installation options and information, visit the [install]
48+
page of the Rust website.
4749

4850
[rustup-init.exe]: https://win.rustup.rs
4951
[install]: https://www.rust-lang.org/install.html
@@ -75,9 +77,8 @@ Rust development tools live, and most Rust developers keep it in their
7577
`PATH` environment variable, which makes it possible to run `rustc` on
7678
the command line. Due to differences in operating systems, command
7779
shells, and bugs in installation, you may need to restart your shell,
78-
log out of the system, or configure `PATH` manually. If necessary,
79-
configure your `PATH` variable as appropriate for your operating
80-
environment.
80+
log out of the system, or configure `PATH` manually as appropriate for
81+
your operating environment.
8182

8283
Rust does not do its own linking, and so you’ll need to have a linker
8384
installed. Doing so will depend on your specific system. For

0 commit comments

Comments
 (0)