]> Untitled Git - lemmy.git/commitdiff
postgres link should link to postgres not sqlite
authorfearghasmr <50159043+fearghasmr@users.noreply.github.com>
Sun, 14 Jul 2019 19:02:20 +0000 (15:02 -0400)
committerfearghasmr <50159043+fearghasmr@users.noreply.github.com>
Sun, 14 Jul 2019 19:02:20 +0000 (15:02 -0400)
README.md

index d11f805da4ef7ee56bf29cf57faedec1b4100cfa..74081471751f7064a04921359ca8239ee3bf9ba2 100644 (file)
--- 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