Some cleanup in the launcher output.

This commit is contained in:
Griatch 2015-11-01 18:20:08 +01:00
parent 836c9913d5
commit a64f7b5630

View file

@ -85,13 +85,13 @@ CREATED_NEW_GAMEDIR = \
This initializes the database. To start the server for the first This initializes the database. To start the server for the first
time, run: time, run:
evennia -i start evennia start
Make sure to create a superuser when asked for it. You should now Make sure to create a superuser when asked for it (the email can
be able to (by default) connect to your server on server be blank if you want). You should now be able to (by default)
'localhost', port 4000 using a telnet/mud client or connect to your server on 'localhost', port 4000 using a
http://localhost:8000 using your web browser. If things don't telnet/mud client or http://localhost:8000 using your web browser.
work, check so those ports are open. If things don't work, check so those ports are open.
""" """