From 64186f4eeedd0f38118e008cac6fa85c1687cde6 Mon Sep 17 00:00:00 2001
From: Charlie Gleason
Date: Mon, 4 Dec 2017 19:26:34 +0000
Subject: [PATCH] Update install.html
---
en-US/install.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
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 @@
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.