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 /docs | |
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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/setup/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |