Skip to content

Commit d63478d

Browse files
committed
fix cargo home path on windows welcome message
1 parent 41e2d38 commit d63478d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli/self_update.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ macro_rules! post_install_msg_win {
142142
() => {
143143
r"# Rust is installed now. Great!
144144
145-
To get started you need Cargo's bin directory ({cargo_home}\bin) in your `PATH`
145+
To get started you need Cargo's bin directory ({cargo_home}\\bin) in your `PATH`
146146
environment variable. Future applications will automatically have the
147147
correct environment, but you may need to restart your current shell.
148148
"
@@ -165,7 +165,7 @@ macro_rules! post_install_msg_win_no_modify_path {
165165
() => {
166166
r"# Rust is installed now. Great!
167167
168-
To get started you need Cargo's bin directory ({cargo_home}\bin) in your `PATH`
168+
To get started you need Cargo's bin directory ({cargo_home}\\bin) in your `PATH`
169169
environment variable. This has not been done automatically.
170170
"
171171
};

0 commit comments

Comments
 (0)