Browse Source

Updated readme a little

Rafał Pitoń 10 years ago
parent
commit
56bc1a2666
1 changed files with 6 additions and 6 deletions
  1. 6 6
      README.rst

+ 6 - 6
README.rst

@@ -20,10 +20,10 @@ If you can run Python apps on your hosting and you are looking for modern soluti
 * **Code & BugTracker:** https://github.com/rafalp/Misago/
 
 
-Note
-----
+Note about master branch
+------------------------
 
-This branch currently contains in-development code of next major Misago release, 0.6. If you are looking at running "real" forum on Misago, please use latest 0.5 release instead.
+Master branch currently contains in-development code of next major Misago release, 0.6. If you are looking at running "real" forum on Misago, please use latest 0.5 release instead.
 
 
 Installing and updating
@@ -40,12 +40,12 @@ This will install Misago in your virtual environment and will make pre-configure
 
 Now cd to "testforum" and edit "settings.py" file in your editor of choice in order to set up basic settings like database connection, default timezone or interface language.
 
-Next initialize database by using migrate commands provided by manage.py admin utility::
+Next, initialize database by using migrate commands provided by manage.py admin utility::
 
     cd testforum
     python manage.py migrate
 
-Next, call "createsuperuser" command to create super admin in database::
+Then, call "createsuperuser" command to create super admin in database::
 
     python manage.py createsuperuser
 
@@ -54,7 +54,7 @@ Finally start development server using "runserver" command::
     python manage.py runserver
 
 
-If nothing is wrong with your setup, developer server will start enabling you to visit 127.0.0.1:8000 in your browser and see incomplete page from Misago.
+If nothing is wrong with your setup, developer server will start, enabling you to visit 127.0.0.1:8000 in your browser and see (incomplete) forum index.
 
 
 Bug reports, features and feedback