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 @@
PATH
environment variablePATH
- 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 @@
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.