Updates README.md to add postgres role to superuser.
This commit is contained in:
Ryan Charette
2014-09-23 21:41:02 -07:00
parent d7df538feb
commit 8a277fbd81
+1
View File
@@ -7,6 +7,7 @@
```sh
brew install postgres
createuser -d postgres
psql template1 -c "ALTER ROLE postgres WITH SUPERUSER;"
createdb dbapi_test -O postgres
cabal install -j --enable-tests --reorder-goals
```