Skip to content

Commit 9300939

Browse files
fixed #1311
1 parent 4364d3f commit 9300939

File tree

1 file changed

+1
-1
lines changed
  • crates/volta-core/src/tool

1 file changed

+1
-1
lines changed

crates/volta-core/src/tool/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fn debug_already_fetched<T: Display + Sized>(tool: T) {
3131

3232
#[inline]
3333
fn info_installed<T: Display + Sized>(tool: T) {
34-
info!("{} installed and set {} as default", success_prefix(), tool);
34+
info!("{} installed and set {} as default\n{} to use {tool} in this project run `volta pin {tool}`", success_prefix(), tool, note_prefix());
3535
}
3636

3737
#[inline]

0 commit comments

Comments
 (0)