Skip to content

Commit 4a93126

Browse files
committed
Relog advice is now shell restart advice
Restarting the shell is now enough. Relogging restarts the shell so we don't need to suggest relogging.
1 parent 8167b54 commit 4a93126

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ closing your editor) and try again.
3939

4040
### rustup exited successfully but I can't run `rustc --version`
4141

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
4343
variable to include Cargo's bin directory (`$CARGO_HOME/bin`).

src/cli/self_update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ macro_rules! post_install_msg_unix {
162162
() => {
163163
r"# Rust is installed now. Great!
164164
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.
166166
This would reload your `PATH` environment variable to include
167167
Cargo's bin directory ({cargo_home}/bin).
168168

0 commit comments

Comments
 (0)