From 8215f7e21884c8e4ff692d19117d2a0e85bb62a5 Mon Sep 17 00:00:00 2001 From: fearghasmr <50159043+fearghasmr@users.noreply.github.com> Date: Sun, 14 Jul 2019 15:02:20 -0400 Subject: postgres link should link to postgres not sqlite --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d11f805d..74081471 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 -- cgit v1.2.3