mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-10 02:05:10 +00:00
postgres link should link to postgres not sqlite
This commit is contained in:
parent
026af39053
commit
ad1355a635
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue