]> Untitled Git - lemmy.git/commitdiff
Minor fixes to docs.
authorDessalines <tyhou13@gmx.com>
Thu, 6 Feb 2020 21:26:03 +0000 (16:26 -0500)
committerDessalines <tyhou13@gmx.com>
Thu, 6 Feb 2020 21:26:03 +0000 (16:26 -0500)
docs/src/administration_configuration.md
docs/src/contributing_local_development.md

index 55f93f05b8937b9541c20b3bea98cd21c806db45..8900ce8d59ce31fea59eb08e4199c4c3de26c2e0 100644 (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
 ```
index 7d782925a955ef87c947ea5b3bb96484fa6d4e01..175b000c7f1258394e8b98b7e090560ae036e65e 100644 (file)
@@ -7,8 +7,6 @@
 #### Set up Postgres DB
 
 ```bash
-# Start at the root of the Lemmy repository
-
 cd server
 ./db-init.sh
 ```