Skip to content

Commit

Permalink
Merge pull request #179 from gacheiro/patch-1
Browse files Browse the repository at this point in the history
Fix a formatting error in README
  • Loading branch information
illume authored Jun 29, 2024
2 parents afedede + c388bef commit 214340f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ One database for testing, and another one for running the app.
We use alembic for db migrations. http://alembic.readthedocs.org/en/latest/


Set up the `postgresql` database:
Set up the `postgresql` database::

sudo -u postgres createdb pygame
sudo -u postgres psql pygame -c "CREATE USER pygame WITH PASSWORD 'password';"
Expand Down

0 comments on commit 214340f

Please sign in to comment.