From: Francis Dinh Date: Fri, 23 Dec 2022 00:18:54 +0000 (-0500) Subject: docs/installation: update comment to reflect flavour change X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=6610a1d5fbc8e92c3840d7c1b7de541643199546;p=akkoma docs/installation: update comment to reflect flavour change The comment still says the flavour is `amd64-musl` when it was updated to just `amd64` in 64ccdadad318c4a75fea4875009fb05895f6b93a. --- diff --git a/docs/docs/installation/otp_en.md b/docs/docs/installation/otp_en.md index 1b5c1270e..ddbb66d96 100644 --- a/docs/docs/installation/otp_en.md +++ b/docs/docs/installation/otp_en.md @@ -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