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 6da7130 commit 4364d3fCopy full SHA for 4364d3f
crates/volta-core/src/tool/mod.rs
@@ -36,7 +36,7 @@ fn info_installed<T: Display + Sized>(tool: T) {
36
37
#[inline]
38
fn info_fetched<T: Display + Sized>(tool: T) {
39
- info!("{} fetched {}", success_prefix(), tool);
+ info!("{} installed and set {} as default\r\n{} to use {} in this project run `volta pin {}`", success_prefix(), tool, note_prefix(), tool, tool);
40
}
41
42
0 commit comments