summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorAshe Connor <ashe@kivikakk.ee>2018-11-16 15:33:53 +1100
committerAshe Connor <ashe@kivikakk.ee>2018-11-17 14:57:20 +1100
commit9548dd9586e16d368179bd983f20435b463fc95f (patch)
treefeacbe8fd59ebc41d0790d116054cd06878567d5 /README.rst
parentFix Content-Disposition in media repository (#4176) (diff)
downloadsynapse-9548dd9586e16d368179bd983f20435b463fc95f.tar.xz
add jpeg to OpenBSD prereq list
Signed-off-by: Ashe Connor <ashe@kivikakk.ee>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index a74fd6d9c1..e52b776902 100644
--- a/README.rst
+++ b/README.rst
@@ -142,7 +142,7 @@ Installing prerequisites on openSUSE::
 Installing prerequisites on OpenBSD::
 
     doas pkg_add python libffi py-pip py-setuptools sqlite3 py-virtualenv \
-                 libxslt
+                 libxslt jpeg
 
 To install the Synapse homeserver run::