diff options
author | 6543 <6543@obermui.de> | 2023-09-14 15:13:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 14:13:48 +0100 |
commit | 39dc5de39912828372acc4ecbaa46c9e2b3de97e (patch) | |
tree | 85456d8cce6745d710af3faaa7dd5cb4d90e0f62 /docs | |
parent | Refactor `get_user_by_id` (#16316) (diff) | |
download | synapse-39dc5de39912828372acc4ecbaa46c9e2b3de97e.tar.xz |
docs: Link to the Alpine Linux community package for Synapse (#16304)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/setup/installation.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/setup/installation.md b/docs/setup/installation.md index 0357d2a0fb..1f13864a8f 100644 --- a/docs/setup/installation.md +++ b/docs/setup/installation.md @@ -155,6 +155,14 @@ sudo pip uninstall py-bcrypt sudo pip install py-bcrypt ``` +#### Alpine Linux + +6543 maintains [Synapse packages for Alpine Linux](https://pkgs.alpinelinux.org/packages?name=synapse&branch=edge) in the community repository. Install with: + +```sh +sudo apk add synapse +``` + #### Void Linux Synapse can be found in the void repositories as |