diff --git a/evennia/trunk/README b/evennia/trunk/README index 9618e6c9a6..d7040ff22d 100755 --- a/evennia/trunk/README +++ b/evennia/trunk/README @@ -40,6 +40,7 @@ in development, we'll make sure to update this. But for the really determined * Copy the Evennia source somewhere. * Set up your apache2.conf to point mod-python to the settings.py file if you want the web features. +* Copy settings.py.dist to settings.py. * Edit settings.py with your database info. * Run 'python manage.py syncdb' * Run prepenv.sh. This will start the MU* server on port 4000 by default. You diff --git a/evennia/trunk/settings.py b/evennia/trunk/settings.py.dist similarity index 100% rename from evennia/trunk/settings.py rename to evennia/trunk/settings.py.dist