diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-14 18:38:51 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-14 19:33:57 +0300 |
commit | 3d3c166e590f74f4cd79cb62b0ddab369a796165 (patch) | |
tree | 2586af1e84744de7226da3f6c7ae4c5ffdb0d1d3 /docs/installation/gentoo_en.md | |
parent | 1f99abbeba88f852e02ac784d0ce7309785f3387 (diff) | |
download | pleroma-3d3c166e590f74f4cd79cb62b0ddab369a796165.tar.gz pleroma-3d3c166e590f74f4cd79cb62b0ddab369a796165.zip |
Preparations for renaming `master` to `stable`
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 5b62344b1..95d0ffad3 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 -b master https://path/to/repo + pleroma$ git clone -b stable https://path/to/repo ``` * Change to the new directory: |