Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

docs: Link to the Alpine Linux community package for Synapse #16304

Merged
merged 6 commits into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/16304.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add alpine-linux package as official install option
6543 marked this conversation as resolved.
Show resolved Hide resolved
8 changes: 8 additions & 0 deletions docs/setup/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading