Updating ReST docs.

This commit is contained in:
Griatch 2012-03-15 15:26:07 +01:00
parent f46a9a1280
commit 2eb5c4fc8c
39 changed files with 410 additions and 1203 deletions

View file

@ -43,8 +43,7 @@ You can also start the two components one at a time.
::
python evennia.py start server
python evennia.py start portal
python evennia.py start server python evennia.py start portal
Adding -i to either of these explicit commands will start that component
in interactive mode so it logs to the terminal rather than to log file.
@ -85,8 +84,7 @@ A reset is equivalent to
::
python evennia.py stop server
python evennia.py start server
python evennia.py stop server python evennia.py start server
Shutting down
-------------