File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,5 +39,5 @@ closing your editor) and try again.
39
39
40
40
### rustup exited successfully but I can't run ` rustc --version `
41
41
42
- Restart your shell, or log out and back in . This will reload your ` PATH ` environment
42
+ Restart your shell. This will reload your ` PATH ` environment
43
43
variable to include Cargo's bin directory (` $CARGO_HOME/bin ` ).
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ macro_rules! post_install_msg_unix {
162
162
( ) => {
163
163
r"# Rust is installed now. Great!
164
164
165
- To get started you may need to log out and back in .
165
+ To get started you may need to restart your current shell .
166
166
This would reload your `PATH` environment variable to include
167
167
Cargo's bin directory ({cargo_home}/bin).
168
168
You can’t perform that action at this time.
0 commit comments