diff --git a/docs/developing-locally.rst b/docs/developing-locally.rst index a9a54a03b..3b86ff44e 100644 --- a/docs/developing-locally.rst +++ b/docs/developing-locally.rst @@ -42,7 +42,8 @@ First things first. #. Create a new PostgreSQL database using createdb_: :: - $ createdb -U postgres --password + $ createdb --username=postgres + ``project_slug`` is what you have entered as the project_slug at the setup stage. .. note::