Skip to content
Snippets Groups Projects
Unverified Commit 0715e77b authored by Donny Johnson's avatar Donny Johnson Committed by GitHub
Browse files

Correct Synapse install command for FreeBSD. (#11267)


Co-authored-by: default avatarreivilibre <olivier@librepush.net>
parent 79f6d355
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment