diff --git a/docs/tutorials/tut0.rst b/docs/tutorials/tut0.rst index f70cf709d..92c66e421 100644 --- a/docs/tutorials/tut0.rst +++ b/docs/tutorials/tut0.rst @@ -22,7 +22,7 @@ Step 1. Install PostgreSQL If you're already familiar with using PostgreSQL and have it installed on your system you can use the existing installation (see :ref:`pg-dependency` for minimum requirements). For this tutorial we'll describe how to use the database in Docker because database configuration is otherwise too complicated for a simple tutorial. -If Docker is not installed, you can get it `here `_. Next, let's pull and start the database image: +If Docker is not installed, you can get it `here `_. Make sure that Docker service is `started `_. Next, let's pull and start the database image: .. code-block:: bash