Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Correct Synapse install command for FreeBSD. (#11267)
Browse files Browse the repository at this point in the history
Co-authored-by: reivilibre <olivier@librepush.net>
  • Loading branch information
itchychips and reivilibre authored Jan 5, 2022
1 parent 79f6d35 commit 0715e77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/11267.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update Synapse install command for FreeBSD as the package is now prefixed with `py38`. Contributed by @itchychips.
2 changes: 1 addition & 1 deletion docs/setup/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0715e77

Please sign in to comment.