diff --git a/README.md b/README.md index d11f805da..740814717 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Now go to http://localhost:4444. It automatically proxies to localhost, both if #### 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