From 3348eada8ed84f7c9c978063b9118a38052bb8dd Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 13 Feb 2015 13:04:38 -0200 Subject: [PATCH] quick-start: fix typo on running development server --- script/quick-start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/quick-start b/script/quick-start index 61e3c05..5b0f8b2 100755 --- a/script/quick-start +++ b/script/quick-start @@ -126,5 +126,5 @@ fi # you can now start the server say "I: Congratulations, you are ready to run Noosfero." -say "I: To execute Noosfero in development mode, run \`/script/development\` and browse to http://localhost:3000" +say "I: To execute Noosfero in development mode, run \`./script/development\` and browse to http://localhost:3000" say "I: To execute Noosfero tests, run \`rake\`." -- libgit2 0.21.2