mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-16 09:24:00 +00:00
Updating federation dev branch.
This commit is contained in:
parent
ed553aa9f0
commit
7f58ea2725
1 changed files with 3 additions and 3 deletions
|
@ -5,12 +5,12 @@
|
||||||
If you don't have a local clone of the Lemmy repo yet, just run the following command:
|
If you don't have a local clone of the Lemmy repo yet, just run the following command:
|
||||||
|
|
||||||
```bash
|
```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:
|
If you already have the Lemmy repo cloned, you need to add a new remote:
|
||||||
```bash
|
```bash
|
||||||
git remote add federation https://yerbamate.dev/nutomic/lemmy.git
|
git remote add federation https://github.com/LemmyNet/lemmy
|
||||||
git checkout federation
|
git checkout federation
|
||||||
git pull federation federation
|
git pull federation federation
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue