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

Commit 0715e77

Browse files
Correct Synapse install command for FreeBSD. (#11267)
Co-authored-by: reivilibre <[email protected]>
1 parent 79f6d35 commit 0715e77

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/11267.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update Synapse install command for FreeBSD as the package is now prefixed with `py38`. Contributed by @itchychips.

docs/setup/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ xbps-install -S synapse
164164
Synapse can be installed via FreeBSD Ports or Packages contributed by Brendan Molloy from:
165165

166166
- Ports: `cd /usr/ports/net-im/py-matrix-synapse && make install clean`
167-
- Packages: `pkg install py37-matrix-synapse`
167+
- Packages: `pkg install py38-matrix-synapse`
168168

169169
#### OpenBSD
170170

0 commit comments

Comments
 (0)