This commit is contained in:
Donny Johnson 2021-11-10 04:24:40 -04:00 committed by GitHub
commit 1c48838801
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 @@
Correct synapse install command for FreeBSD.

View file

@ -158,7 +158,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