]> Untitled Git - lemmy.git/blobdiff - docs/src/contributing_local_development.md
Updating code url references to https://github.com/LemmyNet/lemmy
[lemmy.git] / docs / src / contributing_local_development.md
index 7d782925a955ef87c947ea5b3bb96484fa6d4e01..e823c9d1b8cc18704b633c80bd66f1aecd33bdbf 100644 (file)
@@ -7,8 +7,6 @@
 #### Set up Postgres DB
 
 ```bash
-# Start at the root of the Lemmy repository
-
 cd server
 ./db-init.sh
 ```
@@ -24,7 +22,7 @@ export LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
 #### Running
 
 ```bash
-git clone https://github.com/dessalines/lemmy
+git clone https://github.com/LemmyNet/lemmy
 cd lemmy
 ./install.sh
 # For live coding, where both the front and back end, automagically reload on any save, do: