diff options
author | Matthew Hodgson <matthew@matrix.org> | 2015-01-31 06:09:59 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2015-01-31 06:09:59 +0100 |
commit | e9dfc4cfae3a9abc85ae2882ebfbd0df689a9d2f (patch) | |
tree | 924b99cea40a9247c9dfc0232b7836cc63533e8c /README.rst | |
parent | Again, don't assume all member events have displayname. (diff) | |
download | synapse-e9dfc4cfae3a9abc85ae2882ebfbd0df689a9d2f.tar.xz |
fix OSX stuff and typos
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst index cac387292a..282a53873f 100644 --- a/README.rst +++ b/README.rst @@ -100,15 +100,16 @@ Installing prerequisites on Ubuntu or Debian:: Installing prerequisites on Mac OS X:: $ xcode-select --install + $ sudo pip install virtualenv To install the synapse homeserver run:: - $ virutalenv ~/.synapse + $ virtualenv ~/.synapse $ source ~/.synapse/bin/activate $ pip install --process-dependency-links https://github.com/matrix-org/synapse/tarball/master This installs synapse, along with the libraries it uses, into a virtual -environment under ``synapse``. +environment under ``~/.synapse``. To set up your homeserver, run (in your virtualenv, as before):: |