diff options
author | Mark Felder <feld@FreeBSD.org> | 2019-06-03 15:29:53 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2019-06-03 15:29:53 -0500 |
commit | 6ef145b4fc3f2ddb5865e84039c3b56656529711 (patch) | |
tree | a10cab9e7561bdaa76777cfc6d0c3c6fe1f8189b /docs/installation/gentoo_en.md | |
parent | 5cee2fe9fea4f0c98acd49a2a288ecd44bce3d1f (diff) | |
parent | 662e95e9484a46bfc72c2edc305aefae99ff68b0 (diff) | |
download | pleroma-6ef145b4fc3f2ddb5865e84039c3b56656529711.tar.gz pleroma-6ef145b4fc3f2ddb5865e84039c3b56656529711.zip |
Merge branch 'develop' into feature/digest-email
Diffstat (limited to 'docs/installation/gentoo_en.md')
-rw-r--r-- | docs/installation/gentoo_en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/gentoo_en.md b/docs/installation/gentoo_en.md index fccaad378..b7c42a477 100644 --- a/docs/installation/gentoo_en.md +++ b/docs/installation/gentoo_en.md @@ -106,7 +106,7 @@ It is highly recommended you use your own fork for the `https://path/to/repo` pa ```shell pleroma$ cd ~ - pleroma$ git clone https://path/to/repo + pleroma$ git clone -b master https://path/to/repo ``` * Change to the new directory: |