File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments