mirror of https://github.com/LemmyNet/lemmy.git
Minor fixes to docs.
parent
cd4001b2ef
commit
b7a332ff3c
|
@ -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:
|
If the Docker container is not used, manually create the database specified above by running the following commands:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Start at the root of the Lemmy repository
|
|
||||||
|
|
||||||
cd server
|
cd server
|
||||||
./db-init.sh
|
./db-init.sh
|
||||||
```
|
```
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
#### Set up Postgres DB
|
#### Set up Postgres DB
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Start at the root of the Lemmy repository
|
|
||||||
|
|
||||||
cd server
|
cd server
|
||||||
./db-init.sh
|
./db-init.sh
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue