Commit 3348eada8ed84f7c9c978063b9118a38052bb8dd
1 parent
8c96fea8
Exists in
master
and in
29 other branches
quick-start: fix typo on running development server
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script/quick-start
... | ... | @@ -126,5 +126,5 @@ fi |
126 | 126 | |
127 | 127 | # you can now start the server |
128 | 128 | say "I: Congratulations, you are ready to run Noosfero." |
129 | -say "I: To execute Noosfero in development mode, run \`/script/development-say "I: To execute Noosfero in development mode, run \` and browse to http://localhost:3000" | |
129 | +say "I: To execute Noosfero in development mode, run \`./script/development+say "I: To execute Noosfero in development mode, run \`. and browse to http://localhost:3000" | |
130 | 130 | say "I: To execute Noosfero tests, run \`rake\`." | ... | ... |