diff options
author | Ashe Connor <ashe@kivikakk.ee> | 2018-11-16 15:33:53 +1100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-02-13 14:24:42 +0000 |
commit | d5243f0ff39df833917847e57a193bd360fcb131 (patch) | |
tree | a3a5cc74ceb793b85499092ce08a16b501234990 | |
parent | Fix the terms UI auth tests (diff) | |
download | synapse-d5243f0ff39df833917847e57a193bd360fcb131.tar.xz |
add jpeg to OpenBSD prereq list
Signed-off-by: Ashe Connor <ashe@kivikakk.ee>
-rw-r--r-- | README.rst | 2 |
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:: |