0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-19 20:13:45 +02:00

Correct Synapse install command for FreeBSD. (#11267)

Co-authored-by: reivilibre <olivier@librepush.net>
This commit is contained in:
Donny Johnson 2022-01-05 04:38:51 -06:00 committed by GitHub
parent 79f6d3550a
commit 0715e77b06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/11267.doc Normal file
View file

@ -0,0 +1 @@
Update Synapse install command for FreeBSD as the package is now prefixed with `py38`. Contributed by @itchychips.

View file

@ -164,7 +164,7 @@ xbps-install -S synapse
Synapse can be installed via FreeBSD Ports or Packages contributed by Brendan Molloy from:
- Ports: `cd /usr/ports/net-im/py-matrix-synapse && make install clean`
- Packages: `pkg install py37-matrix-synapse`
- Packages: `pkg install py38-matrix-synapse`
#### OpenBSD