[docs] Improve some installation instructions #607
No reviewers
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#607
Loading…
Reference in a new issue
No description provided.
Delete branch "ilja/akkoma:docs_improve_some_installation_instructions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In chat we often saw that people copy-pasted the "amd64" flavour while they needed another one. Here we make it a generic placeholder which should make accidental copy-pasting of this command happen less. The example code is still there, but in comment and I changed it to amd64-musl bc that looks less generic than amd64. (So again, hopefully people will be less inclined to blindly copy-paste.) If another example is preferred, do let me know, it's easily changed.
We also had one case of someone who got errors because the SHELL variable wasn't set. This is the case for Alpine. Here I added a line to fill it in when not set.
seems fine to me, thanks~