Skip to content

Commit f78e929

Browse files
authored
Merge pull request #2505 from AureliaDolo/fix/2501
Fix:2501 Improve post installation sourcing instructions for readability.
2 parents 5b858c6 + 1a7e6e2 commit f78e929

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/cli/self_update.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ To get started you need Cargo's bin directory ({cargo_home}/bin) in your `PATH`
166166
environment variable. Next time you log in this will be done
167167
automatically.
168168
169-
To configure your current shell run `source {cargo_home}/env`
169+
To configure your current shell run :
170+
source {cargo_home}/env
170171
"
171172
};
172173
}
@@ -191,7 +192,8 @@ macro_rules! post_install_msg_unix_no_modify_path {
191192
To get started you need Cargo's bin directory ({cargo_home}/bin) in your `PATH`
192193
environment variable.
193194
194-
To configure your current shell run `source {cargo_home}/env`
195+
To configure your current shell run :
196+
source {cargo_home}/env
195197
"
196198
};
197199
}

0 commit comments

Comments
 (0)