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
```
[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.