Add Help Message

Not everyone runs Ubuntu/Debian and is using apt-get, so add a friendly reminder to check with your distro's documentation for help.
This commit is contained in:
Rowan Decker 2014-03-29 18:59:10 -05:00
parent 8f3f9f8516
commit cad1448b9f
3 changed files with 4 additions and 4 deletions
scripts/devSetup

View file

@ -71,7 +71,7 @@ class SetupFactory(object):
print("Before can play any levels you must update the database. See the Setup section here:")
print("https://github.com/codecombat/codecombat/wiki/Developer-environment#setup")
print("")
print("Once done visit http://localhost:3000")
print("Go to http://localhost:3000 to see your local CodeCombat in action!")
def cleanup(self):
self.config.directory.remove_tmp_directory()