summary refs log tree commit diff
diff options
context:
space:
mode:
authorAshe Connor <ashe@kivikakk.ee>2018-11-16 15:33:53 +1100
committerAndrew Morgan <andrew@amorgan.xyz>2019-02-13 14:24:42 +0000
commitd5243f0ff39df833917847e57a193bd360fcb131 (patch)
treea3a5cc74ceb793b85499092ce08a16b501234990
parentFix the terms UI auth tests (diff)
downloadsynapse-d5243f0ff39df833917847e57a193bd360fcb131.tar.xz
add jpeg to OpenBSD prereq list
Signed-off-by: Ashe Connor <ashe@kivikakk.ee>
-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::