diff --git a/docs/tutorials/tut0.rst b/docs/tutorials/tut0.rst index 0a26eb920..42ed6d947 100644 --- a/docs/tutorials/tut0.rst +++ b/docs/tutorials/tut0.rst @@ -29,11 +29,22 @@ If Docker is not installed, you can get it `here `, but this is all we need. If you are not using Docker, make sure that your port number is correct and replace `postgres` with the name of the database where you added the todos table. +.. note:: + + In case you had to adjust the port in Step 2, remember to adjust the port here, too! + Now run the server: .. code-block:: bash