From a64f7b5630fceaf8e7a481c70ee46a8c5c592d3e Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 1 Nov 2015 18:20:08 +0100 Subject: [PATCH] Some cleanup in the launcher output. --- evennia/server/evennia_launcher.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/evennia/server/evennia_launcher.py b/evennia/server/evennia_launcher.py index 7c0a2a6ad3..30efc3bf5f 100644 --- a/evennia/server/evennia_launcher.py +++ b/evennia/server/evennia_launcher.py @@ -85,13 +85,13 @@ CREATED_NEW_GAMEDIR = \ This initializes the database. To start the server for the first time, run: - evennia -i start + evennia start - Make sure to create a superuser when asked for it. You should now - be able to (by default) connect to your server on server - 'localhost', port 4000 using a telnet/mud client or - http://localhost:8000 using your web browser. If things don't - work, check so those ports are open. + Make sure to create a superuser when asked for it (the email can + be blank if you want). You should now be able to (by default) + connect to your server on 'localhost', port 4000 using a + telnet/mud client or http://localhost:8000 using your web browser. + If things don't work, check so those ports are open. """