Просмотр исходного кода

Proof-read the dev section changes

rafalp 6 лет назад
Родитель
Сommit
15e45d4363
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      README.rst

+ 3 - 3
README.rst

@@ -88,13 +88,13 @@ Development
 
 Preferred way to run Misago development instances on your machine is with `Docker <https://www.docker.com/community-edition#/download>`_, which makes it easy to spin up arbitrary number of instances running different code with separate databases and dependencies besides each other.
 
-To start, clone the repository and run ``./dev init`` command in your terminal. This will build necessary docker containers, install python dependencies, initialize the database and create development project for you. After command does its magic, you will be able to start development server using the `docker-compose up` command.
+To start, clone the repository and run ``./dev init`` command in your terminal. This will build necessary docker containers, install python dependencies, initialize the database and create development project for you. After command does its magic, you will be able to start development server using the ``docker-compose up`` command.
 
-After development server starts, visit the ``http://127.0.0.1:8000/`` in your browser to see default your Misago installation.
+After development server starts, visit the ``http://127.0.0.1:8000/`` in your browser to see your Misago installation.
 
 Admin Control Panel is available under the ``http://127.0.0.1:8000/admincp/`` address. To log in to it use ``Admin`` username and ``password`` password.
 
-The ``./dev`` utility provides many more features, run it without any arguments to get the list of them.
+The ``./dev`` utility implements other features besides the ``init``. Run it without any arguments to get the list of available actions.
  
 
 Frontend