@@ -26,7 +26,7 @@ see the website][platform-support].
26
26
27
27
## Installing Rust
28
28
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
30
30
terminal and type this:
31
31
32
32
``` bash
@@ -42,8 +42,10 @@ Rust is installed now. Great!
42
42
43
43
Installing on Windows is nearly as easy: download and run
44
44
[ 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.
47
49
48
50
[ rustup-init.exe ] : https://win.rustup.rs
49
51
[ install ] : https://www.rust-lang.org/install.html
@@ -75,9 +77,8 @@ Rust development tools live, and most Rust developers keep it in their
75
77
` PATH ` environment variable, which makes it possible to run ` rustc ` on
76
78
the command line. Due to differences in operating systems, command
77
79
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.
81
82
82
83
Rust does not do its own linking, and so you’ll need to have a linker
83
84
installed. Doing so will depend on your specific system. For
0 commit comments