diff --git a/en-US/install.html b/en-US/install.html index 5e166ecd7..53b975b12 100644 --- a/en-US/install.html +++ b/en-US/install.html @@ -138,12 +138,12 @@

Configuring the PATH environment variable

Accordingly, it is customary for Rust developers to include this directory in their PATH - environment variable. During installation, rustup, - will attempt to configure - PATH, but because of differences between platforms, + environment variable. During installation rustup + will attempt to configure the + PATH. Because of differences between platforms, command shells, and bugs in rustup, the modifications to PATH may not take effect until the console is - restarted, or the user logged out, or may not succeed at all. + restarted, or the user is logged out, or it may not succeed at all.

@@ -187,8 +187,8 @@

Other installation methods

The installation described above, via - rustup, is the preferred way to install Rust for most developers, - but Rust can be + rustup, is the preferred way to install Rust for most developers. + However, Rust can be installed via other methods as well.