mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Merge branch 'dev' of https://github.com/dessalines/lemmy into dev
This commit is contained in:
commit
059ea50794
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue