projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fd5c4b
)
docs/installation: update comment to reflect flavour change
author
Francis Dinh
<normandy@biribiri.dev>
Fri, 23 Dec 2022 00:18:54 +0000
(19:18 -0500)
committer
Francis Dinh
<normandy@biribiri.dev>
Fri, 23 Dec 2022 00:18:54 +0000
(19:18 -0500)
The comment still says the flavour is `amd64-musl` when it was updated
to just `amd64` in
64ccdadad318c4a75fea4875009fb05895f6b93a
.
docs/docs/installation/otp_en.md
patch
|
blob
|
history
diff --git
a/docs/docs/installation/otp_en.md
b/docs/docs/installation/otp_en.md
index 1b5c1270e2f7aba9cd52bfc5e8dcda66d7e106a7..ddbb66d96cfc14a47d72f9c25d20d093562e0c49 100644
(file)
--- 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