mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 20:15:01 +00:00
Minor fixes to docs.
This commit is contained in:
parent
e900313f6e
commit
c9060f76b4
2 changed files with 0 additions and 4 deletions
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:
|
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
|
||||||
```
|
```
|
||||||
|
|
2
docs/src/contributing_local_development.md
vendored
2
docs/src/contributing_local_development.md
vendored
|
@ -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 a new issue