Minor fixes to docs.

This commit is contained in:
Dessalines 2020-02-06 16:26:03 -05:00
parent cd4001b2ef
commit b7a332ff3c
2 changed files with 0 additions and 4 deletions

View File

@ -10,8 +10,6 @@ An additional option `LEMMY_DATABASE_URL` is available, which can be used with a
If the Docker container is not used, manually create the database specified above by running the following commands:
```bash
# Start at the root of the Lemmy repository
cd server
./db-init.sh
```

View File

@ -7,8 +7,6 @@
#### Set up Postgres DB
```bash
# Start at the root of the Lemmy repository
cd server
./db-init.sh
```