diff options
author | Richard van der Hoff <github@rvanderhoff.org.uk> | 2017-01-13 12:52:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-13 12:52:11 +0000 |
commit | 6f5e41e420d3a928c59841640610e1ad7756121c (patch) | |
tree | 7de963b81ec3179471bd6a985cae53427329ec77 /README.rst | |
parent | Merge pull request #1803 from matrix-org/erikj/swallow_errors (diff) | |
download | synapse-6f5e41e420d3a928c59841640610e1ad7756121c.tar.xz |
README.rst: fix formatting
Fix formatting blooper introduced in https://github.com/matrix-org/synapse/pull/1672 :/
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst index ba21c52ae7..77e0b470a3 100644 --- a/README.rst +++ b/README.rst @@ -138,6 +138,7 @@ Installing prerequisites on openSUSE:: python-devel libffi-devel libopenssl-devel libjpeg62-devel Installing prerequisites on OpenBSD:: + doas pkg_add python libffi py-pip py-setuptools sqlite3 py-virtualenv \ libxslt |