docs: Link to the Alpine Linux community package for Synapse (#16304)
This commit is contained in:
parent
954921736b
commit
39dc5de399
|
@ -0,0 +1 @@
|
|||
Link to the Alpine Linux community package for Synapse.
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue