diff --git a/nodebb b/nodebb index b318989623..3733935784 100755 --- a/nodebb +++ b/nodebb @@ -1,4 +1,6 @@ #!/bin/bash clear -echo "Launching NodeBB in \"development\" mode" +echo "Launching NodeBB in \"development\" mode." +echo "To run the production build of NodeBB, please use \"forever\"." +echo "More Information: https://github.com/designcreateplay/NodeBB/wiki/How-to-run-NodeBB" NODE_ENV=development supervisor --extensions 'node|js|tpl' -- app $1 \ No newline at end of file