Skip to content

Commit

Permalink
Fix typo in install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
flyize authored Mar 13, 2018
1 parent 0255ed9 commit 47d86d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ bundle install

Create a db user and give them create privileges (ignore any directory errors)

````
```
sudo -u postgres createuser root
sudo -u postgres psql -c 'ALTER USER root CREATEDB'
# this fixes db encoding
Expand Down

0 comments on commit 47d86d0

Please sign in to comment.