Skip to content

Commit

Permalink
feat(ux): provide a quick start guide post-setup with basic commands …
Browse files Browse the repository at this point in the history
…and usage tips. (#11)

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
  • Loading branch information
simonsan committed Mar 8, 2024
1 parent 83ab99a commit 0d00518
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions crates/cli/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,5 +388,12 @@ pub fn setup_config(term: &Term, path_opts: &PathOptions) -> Result<()> {

println!("{final_paths}");

println!(
"For optimal user experience, it's essential to read our Getting Started guide here: {}",
style("https://pace.cli.rs/docs/getting_started.html")
.bold()
.red()
);

Ok(())
}

0 comments on commit 0d00518

Please sign in to comment.