aboutsummaryrefslogtreecommitdiff
path: root/docs/installation/migrating_from_source_otp_en.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-10-14 16:47:27 +0000
committerrinpatch <rinpatch@sdf.org>2019-10-14 16:47:27 +0000
commit13966f150469e2e7b6e02ffc8a7ab65b7c7bfaa7 (patch)
treee3a284e6613f2b984617c811705005e373bbf74e /docs/installation/migrating_from_source_otp_en.md
parent1f99abbeba88f852e02ac784d0ce7309785f3387 (diff)
parent2b6cd10b68c01bb16f94c911da6fce51511a1a5a (diff)
downloadpleroma-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/migrating_from_source_otp_en.md')
-rw-r--r--docs/installation/migrating_from_source_otp_en.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation/migrating_from_source_otp_en.md b/docs/installation/migrating_from_source_otp_en.md
index b779be8cc..b60656c57 100644
--- a/docs/installation/migrating_from_source_otp_en.md
+++ b/docs/installation/migrating_from_source_otp_en.md
@@ -96,9 +96,9 @@ rm -r ~pleroma/*
export FLAVOUR="arm64-musl"
# Clone the release build into a temporary directory and unpack it
-# Replace `master` with `develop` if you want to run the develop branch
+# Replace `stable` with `unstable` if you want to run the unstable branch
su pleroma -s $SHELL -lc "
-curl 'https://git.pleroma.social/api/v4/projects/2/jobs/artifacts/master/download?job=$FLAVOUR' -o /tmp/pleroma.zip
+curl 'https://git.pleroma.social/api/v4/projects/2/jobs/artifacts/stable/download?job=$FLAVOUR' -o /tmp/pleroma.zip
unzip /tmp/pleroma.zip -d /tmp/
"