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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/11267.doc | 1 |
1 files changed, 1 insertions, 0 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. |