summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-07-14 19:44:23 -0700
committerDessalines <happydooby@gmail.com>2019-07-14 19:44:23 -0700
commitf37be4bfd128a98908d79914ddcd7b3b1cef179b (patch)
tree463e91d92359466123dd70df7397d724398e0a95
parentacd8f062375925d1b01c191a3db140f31efcfe5a (diff)
parentd37b3d5d945c75416784666ef724e4998709bd10 (diff)
Merge branch 'dev' of https://github.com/dessalines/lemmy into dev
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b6c3750d..9309ce5d 100644
--- a/README.md
+++ b/README.md
@@ -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