summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--changelog.d/11267.doc1
-rw-r--r--docs/setup/installation.md2
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