summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-05-24 13:25:29 -0400
committerDessalines <tyhou13@gmx.com>2020-05-24 13:25:29 -0400
commit7f58ea2725f9c08e2e117b84dce0e59a5b95b912 (patch)
treec0fd67fe479fb83b83ab0776d40b0c09c4832914 /docs
parented553aa9f0e3f4e0dcca87539416dd05570a71c7 (diff)
Updating federation dev branch.
Diffstat (limited to 'docs')
-rw-r--r--docs/src/contributing_federation_development.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/src/contributing_federation_development.md b/docs/src/contributing_federation_development.md
index 13a047d0..80c9ec7e 100644
--- a/docs/src/contributing_federation_development.md
+++ b/docs/src/contributing_federation_development.md
@@ -5,12 +5,12 @@
If you don't have a local clone of the Lemmy repo yet, just run the following command:
```bash
-git clone https://yerbamate.dev/nutomic/lemmy.git -b federation
+git clone https://github.com/LemmyNet/lemmy -b federation
```
If you already have the Lemmy repo cloned, you need to add a new remote:
```bash
-git remote add federation https://yerbamate.dev/nutomic/lemmy.git
+git remote add federation https://github.com/LemmyNet/lemmy
git checkout federation
git pull federation federation
```
@@ -34,4 +34,4 @@ After the build is finished and the docker-compose setup is running, open [127.0
[127.0.0.1:8541](http://127.0.0.1:8541) in your browser to use the test instances. You can login as admin with
username `lemmy` and password `lemmy`, or create new accounts.
-Please get in touch if you want to contribute to this, so we can coordinate things and avoid duplicate work. \ No newline at end of file
+Please get in touch if you want to contribute to this, so we can coordinate things and avoid duplicate work.