@@ -162,9 +162,9 @@ macro_rules! post_install_msg_unix {
162
162
( ) => {
163
163
r"# Rust is installed now. Great!
164
164
165
- To get started you need Cargo's bin directory ({cargo_home}/bin) in your `PATH`
166
- environment variable. Next time you log in this will be done
167
- automatically .
165
+ To get started you may need to log out and back in.
166
+ This would reload your `PATH` environment variable to include
167
+ Cargo's bin directory ({cargo_home}/bin) .
168
168
169
169
To configure your current shell, run:
170
170
source {cargo_home}/env
@@ -177,9 +177,10 @@ macro_rules! post_install_msg_win {
177
177
( ) => {
178
178
r"# Rust is installed now. Great!
179
179
180
- To get started you need Cargo's bin directory ({cargo_home}\\bin) in
181
- your `PATH` environment variable. Future applications will automatically
182
- have the correct environment, but you may need to restart your current shell.
180
+
181
+ To get started you may need to restart your current shell.
182
+ This would reload its `PATH` environment variable to include
183
+ Cargo's bin directory ({cargo_home}\\bin).
183
184
"
184
185
} ;
185
186
}
@@ -190,7 +191,7 @@ macro_rules! post_install_msg_unix_no_modify_path {
190
191
r"# Rust is installed now. Great!
191
192
192
193
To get started you need Cargo's bin directory ({cargo_home}/bin) in your `PATH`
193
- environment variable.
194
+ environment variable. This has not been done automatically.
194
195
195
196
To configure your current shell, run:
196
197
source {cargo_home}/env
0 commit comments