mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Minor fixes to docs.
This commit is contained in:
parent
cd4001b2ef
commit
b7a332ff3c
2
docs/src/administration_configuration.md
vendored
2
docs/src/administration_configuration.md
vendored
@ -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
|
||||
```
|
||||
|
2
docs/src/contributing_local_development.md
vendored
2
docs/src/contributing_local_development.md
vendored
@ -7,8 +7,6 @@
|
||||
#### Set up Postgres DB
|
||||
|
||||
```bash
|
||||
# Start at the root of the Lemmy repository
|
||||
|
||||
cd server
|
||||
./db-init.sh
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user