We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4364d3f commit 9300939Copy full SHA for 9300939
crates/volta-core/src/tool/mod.rs
@@ -31,7 +31,7 @@ fn debug_already_fetched<T: Display + Sized>(tool: T) {
31
32
#[inline]
33
fn info_installed<T: Display + Sized>(tool: T) {
34
- info!("{} installed and set {} as default", success_prefix(), tool);
+ info!("{} installed and set {} as default\n{} to use {tool} in this project run `volta pin {tool}`", success_prefix(), tool, note_prefix());
35
}
36
37
0 commit comments