diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-14 16:47:27 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-14 16:47:27 +0000 |
commit | 13966f150469e2e7b6e02ffc8a7ab65b7c7bfaa7 (patch) | |
tree | e3a284e6613f2b984617c811705005e373bbf74e /docs/installation/arch_linux_en.md | |
parent | 1f99abbeba88f852e02ac784d0ce7309785f3387 (diff) | |
parent | 2b6cd10b68c01bb16f94c911da6fce51511a1a5a (diff) | |
download | pleroma-13966f150469e2e7b6e02ffc8a7ab65b7c7bfaa7.tar.gz |
Merge branch 'backport/1.1-branch-name-change' into 'maint/1.1'
Backport/1.1 branch name change
See merge request pleroma/pleroma!1841
Diffstat (limited to 'docs/installation/arch_linux_en.md')
-rw-r--r-- | docs/installation/arch_linux_en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/arch_linux_en.md b/docs/installation/arch_linux_en.md index fd8b5d107..3b75250f1 100644 --- a/docs/installation/arch_linux_en.md +++ b/docs/installation/arch_linux_en.md @@ -66,7 +66,7 @@ sudo useradd -r -s /bin/false -m -d /var/lib/pleroma -U pleroma ```shell sudo mkdir -p /opt/pleroma sudo chown -R pleroma:pleroma /opt/pleroma -sudo -Hu pleroma git clone -b master https://git.pleroma.social/pleroma/pleroma /opt/pleroma +sudo -Hu pleroma git clone -b stable https://git.pleroma.social/pleroma/pleroma /opt/pleroma ``` * Change to the new directory: |