mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Correct Synapse install command for FreeBSD. (#11267)
Co-authored-by: reivilibre <olivier@librepush.net>
This commit is contained in:
parent
79f6d3550a
commit
0715e77b06
1
changelog.d/11267.doc
Normal file
1
changelog.d/11267.doc
Normal file
@ -0,0 +1 @@
|
||||
Update Synapse install command for FreeBSD as the package is now prefixed with `py38`. Contributed by @itchychips.
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user