Skip to content

Commit fd3aa2a

Browse files
committed
Better messages
1 parent 666cfb7 commit fd3aa2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/project_maker.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ pub fn setup() {
8989
println!("You'll be asked a few questions for your project settings and then everything will be set up for you.");
9090
println!("If a question has '(default: ...)' or '(optional)', just press enter enter if you don't want to change it.");
9191
println!("Use ^C to abort (press Ctr+C in your terminal)");
92+
print_note("All settings can be changed at any time you want in the lover.toml file.");
9293
println!();
9394

9495
setup_init();
9596

9697
println!();
97-
print_note("All settings can be changed at any time you want in the lover.toml file.");
98-
println!("See https://github.com/wolfyxon/lover/wiki/project-configuration for more info");
98+
println!("See https://github.com/wolfyxon/lover/wiki/project-configuration To see how you can configure your project");
9999
print_success("Project successfully created");
100100
}
101101

0 commit comments

Comments
 (0)