diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-10-15 17:33:29 +0200 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-10-15 17:33:29 +0200 |
commit | da0e4879bcd12849182a39445174384420fcf064 (patch) | |
tree | bf54d1b4ee868b187a66948993babe86350840c2 /docs/installation/migrating_from_source_otp_en.md | |
parent | c0aca32dd0aed522cfc537cc88b77f7ff254946b (diff) | |
parent | 3b1bc079af8fb6e467a9114de0d32e2de59a7fab (diff) | |
download | pleroma-da0e4879bcd12849182a39445174384420fcf064.tar.gz |
DELETE /api/pleroma/admin/users now accepts nicknames array
Diffstat (limited to 'docs/installation/migrating_from_source_otp_en.md')
-rw-r--r-- | docs/installation/migrating_from_source_otp_en.md | 4 |
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 e204cb3ee..87568faad 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/ " |