diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-11-26 00:59:01 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-11-26 00:59:01 +0000 |
commit | d45325b6d757b56654399725d55510dd5ba899d1 (patch) | |
tree | 899e79a885aca8c8026a480c8a0b9cc2731b8a5b /README.rst | |
parent | Fix bugs in invite/join dances. (diff) | |
download | synapse-d45325b6d757b56654399725d55510dd5ba899d1.tar.xz |
upgrade script depends on sqlite3 cli
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 6048c25a15..5e020081a8 100644 --- a/README.rst +++ b/README.rst @@ -94,7 +94,7 @@ header files for python C extensions. Installing prerequisites on Ubuntu or Debian:: $ sudo apt-get install build-essential python2.7-dev libffi-dev \ - python-pip python-setuptools + python-pip python-setuptools sqlite3 Installing prerequisites on Mac OS X:: |