Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
doc: use createdb to create a PostgreSQL database
Browse files Browse the repository at this point in the history
Fix #56
  • Loading branch information
vincentbernat committed Feb 2, 2017
1 parent 6ca187d commit 401cf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Here are the steps:
2. Create an empty database. For *PostgreSQL*, this is also done as
the ``postgres`` user::

$ createuser -O dashkiosk dashkiosk
$ createdb -O dashkiosk dashkiosk

The database will be populated automatically when running *Dashkiosk*
for the first time.
Expand Down

0 comments on commit 401cf26

Please sign in to comment.