summaryrefslogtreecommitdiffstats
path: root/docs/src/contributing_local_development.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/contributing_local_development.md')
-rw-r--r--docs/src/contributing_local_development.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/src/contributing_local_development.md b/docs/src/contributing_local_development.md
index 7d782925..175b000c 100644
--- a/docs/src/contributing_local_development.md
+++ b/docs/src/contributing_local_development.md
@@ -7,8 +7,6 @@
#### Set up Postgres DB
```bash
-# Start at the root of the Lemmy repository
-
cd server
./db-init.sh
```