postgres link should link to postgres not sqlite

This commit is contained in:
fearghasmr 2019-07-14 15:02:20 -04:00
parent 026af39053
commit ad1355a635
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ Now go to http://localhost:4444. It automatically proxies to localhost, both if
#### Requirements #### Requirements
- [Rust](https://www.rust-lang.org/) - [Rust](https://www.rust-lang.org/)
- [Yarn](https://yarnpkg.com/en/) - [Yarn](https://yarnpkg.com/en/)
- [Postgres](https://www.sqlite.org/index.html) - [Postgres](https://www.postgresql.org/)
#### Set up Postgres DB #### Set up Postgres DB
``` ```
psql -c "create user rrr with password 'rrr' superuser;" -U postgres psql -c "create user rrr with password 'rrr' superuser;" -U postgres