diff options
author | Ilja <ilja@ilja.space> | 2022-07-02 07:52:39 +0200 |
---|---|---|
committer | Ilja <ilja@ilja.space> | 2022-07-02 07:52:39 +0200 |
commit | c0e4b1b3e27a4a8f8f02ea6a33b76c6f2a386d95 (patch) | |
tree | f1d566a385c98c79d87800eab8862173fbcb87dc /docs/installation | |
parent | 0d697bc15a535eed17f017b9a18d60b2e4cef34e (diff) | |
download | pleroma-c0e4b1b3e27a4a8f8f02ea6a33b76c6f2a386d95.tar.gz pleroma-c0e4b1b3e27a4a8f8f02ea6a33b76c6f2a386d95.zip |
Fix typo's
priviledge |-> privilege
Diffstat (limited to 'docs/installation')
-rw-r--r-- | docs/installation/migrating_from_source_otp_en.md | 2 | ||||
-rw-r--r-- | docs/installation/otp_en.md | 2 |
2 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 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. diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md index 0861a8157..8c02201e6 100644 --- a/docs/installation/otp_en.md +++ b/docs/installation/otp_en.md @@ -8,7 +8,7 @@ This guide covers a installation using an OTP release. To install Pleroma from s * A machine running Linux with GNU (e.g. Debian, Ubuntu) or musl (e.g. Alpine) libc and `x86_64`, `aarch64` or `armv7l` CPU, you have root access to. If you are not sure if it's compatible see [Detecting flavour section](#detecting-flavour) below * A (sub)domain pointed to the machine -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`. While in theory OTP releases are possbile to install on any compatible machine, for the sake of simplicity this guide focuses only on Debian/Ubuntu and Alpine. |