diff options
author | Matthew Hodgson <matthew@matrix.org> | 2015-01-31 06:09:59 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-02-02 14:03:03 +0000 |
commit | 30ed0884fcd282710dc5f4d401feb39e81b9b8f2 (patch) | |
tree | 4b53cd0c6f68041f5f233a3dfd44ca8982353404 | |
parent | Merge pull request #45 from matrix-org/hotfixes-v0.6.1d (diff) | |
download | synapse-30ed0884fcd282710dc5f4d401feb39e81b9b8f2.tar.xz |
fix OSX stuff and typos
-rw-r--r-- | README.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst index 285865f5f0..ccbee989c0 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``. For reliable VoIP calls to be routed via this homeserver, you MUST configure a TURN server. See docs/turn-howto.rst for details. |