diff --git a/docs/development.rst b/docs/development.rst index 8f7e7c86efd22b7c70d3784ae908191f8562649c..d551c7da9f704f6e0765e0c46bd74bae6edc382e 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -116,7 +116,7 @@ for database access: Make sure the corresponding user and database exist on your system; the user will need the 'createdb' permission in order to be able to run tests. To create -them, you may use the following commands: +them, you may use the following commands:: $ psql -c "create user memopol with password 'memopol';" -U postgres $ psql -c "alter role memopol with createdb;" -U postgres