diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2022-12-23 13:48:07 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2022-12-23 13:48:07 +0000 |
commit | 718ff64c3b77fae0479ce2b829a6f7148728b27c (patch) | |
tree | 5f10d800c9bfbbbe3909e6cacc80c23b156d6490 /docs/installation/migrating_from_source_otp_en.md | |
parent | 5910d58cf7f468722b3774622b6b40a07b5d6444 (diff) | |
parent | 90681c720d4c0530b67b0105db1204fff82835d8 (diff) | |
download | pleroma-718ff64c3b77fae0479ce2b829a6f7148728b27c.tar.gz pleroma-718ff64c3b77fae0479ce2b829a6f7148728b27c.zip |
Merge branch 'fine_grained_moderation_privileges' into 'develop'
fine grained moderation privileges (continued)
See merge request pleroma/pleroma!3812
Diffstat (limited to 'docs/installation/migrating_from_source_otp_en.md')
-rw-r--r-- | docs/installation/migrating_from_source_otp_en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/migrating_from_source_otp_en.md b/docs/installation/migrating_from_source_otp_en.md index e4a01d8db..f6f23400a 100644 --- a/docs/installation/migrating_from_source_otp_en.md +++ b/docs/installation/migrating_from_source_otp_en.md @@ -5,7 +5,7 @@ In this guide we cover how you can migrate from a from source installation to one using OTP releases. ## Pre-requisites -You will be running commands as root. If you aren't root already, please elevate your priviledges by executing `sudo su`/`su`. +You will be running commands as root. If you aren't root already, please elevate your privileges by executing `sudo su`/`su`. The system needs to have `curl` and `unzip` installed for downloading and unpacking release builds. |