Skip to content

Commit

Permalink
feat: add instructions to install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGirardot committed Feb 10, 2025
1 parent 8cf4a4e commit 8263e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/commands/components/new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ pub async fn run(_opts: Options) -> anyhow::Result<()> {
outfile.write_all(&buffer)?;
}
}

println!("New project {} setup, check README to install the correct dependencies", component_name);
Ok(())
}

0 comments on commit 8263e47

Please sign in to comment.