Merge pull request #32 from ryancharette/master

readme:
This commit is contained in:
Joe Nelson
2014-09-23 22:03:08 -07:00
+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
```