This commit is contained in:
Dessalines 2019-07-14 19:44:23 -07:00
commit a6ff94df38

View file

@ -95,7 +95,7 @@ and goto http://localhost:8536
#### Requirements
- [Rust](https://www.rust-lang.org/)
- [Yarn](https://yarnpkg.com/en/)
- [Postgres](https://www.sqlite.org/index.html)
- [Postgres](https://www.postgresql.org/)
#### Set up Postgres DB
```
psql -c "create user rrr with password 'rrr' superuser;" -U postgres