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

Reworded readme about Docker being preferred way to run Misago locally

Rafał Pitoń 7 лет назад
Родитель
Сommit
027e5ff3e2
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      README.rst

+ 2 - 2
README.rst

@@ -82,9 +82,9 @@ If you are looking into using Misago to run live forum, you are absolutely invit
 Development
 ===========
 
-To start Misago site locally, first make sure you have `Docker <https://www.docker.com/community-edition#/download>`_ installed.
+Preferred way to setup Misago for local development 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 one besides the other with just three terminal commands.
 
-Next, clone repository on your machine and run following commands::
+To start, clone repository to your machine and then run following commands::
 
    docker-compose build
    docker-compose run --rm misago initdev