diff options
author | Donny Johnson <itchychips@itchyeyes.net> | 2022-01-05 04:38:51 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-05 10:38:51 +0000 |
commit | 0715e77b06ce4b73c3061562081b979b68440209 (patch) | |
tree | e0e88d253d124680e53aadac01aaee4ac142da28 | |
parent | update ngnix reverse-proxy example (#11680) (diff) | |
download | synapse-0715e77b06ce4b73c3061562081b979b68440209.tar.xz |
Correct Synapse install command for FreeBSD. (#11267)
Co-authored-by: reivilibre <olivier@librepush.net>
-rw-r--r-- | changelog.d/11267.doc | 1 | ||||
-rw-r--r-- | docs/setup/installation.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/11267.doc b/changelog.d/11267.doc new file mode 100644 index 0000000000..3a720158de --- /dev/null +++ b/changelog.d/11267.doc @@ -0,0 +1 @@ +Update Synapse install command for FreeBSD as the package is now prefixed with `py38`. Contributed by @itchychips. diff --git a/docs/setup/installation.md b/docs/setup/installation.md index 16562be953..210c80dace 100644 --- a/docs/setup/installation.md +++ b/docs/setup/installation.md @@ -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 |