X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Fdocs%2Finstallation%2Fotp_en.md;h=058040e1933fa4640ebc8e6daf2c6d411f54b29c;hb=refs%2Fheads%2Fstable;hp=1b5c1270e2f7aba9cd52bfc5e8dcda66d7e106a7;hpb=1fd5c4b221d45d736318be3f75f25bff143eda25;p=akkoma diff --git a/docs/docs/installation/otp_en.md b/docs/docs/installation/otp_en.md index 1b5c1270e..058040e19 100644 --- a/docs/docs/installation/otp_en.md +++ b/docs/docs/installation/otp_en.md @@ -5,7 +5,7 @@ This guide covers a installation using an OTP release. To install Akkoma from source, please check out the corresponding guide for your distro. ## Pre-requisites -* 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 machine running Linux with GNU (e.g. Debian, Ubuntu) or musl (e.g. Alpine) libc and an `x86_64` CPU you have root access to. If you are not sure if it's compatible see [Detecting flavour section](#detecting-flavour) below * For installing OTP releases on RedHat-based distros like Fedora and Centos Stream, please follow [this guide](./otp_redhat_en.md) instead. * A (sub)domain pointed to the machine @@ -118,7 +118,7 @@ Restart PostgreSQL to apply configuration changes: adduser --system --shell /bin/false --home /opt/akkoma akkoma # Set the flavour environment variable to the string you got in Detecting flavour section. -# For example if the flavour is `amd64-musl` the command will be +# For example if the flavour is `amd64` the command will be export FLAVOUR="amd64" # Clone the release build into a temporary directory and unpack it