Skip to content
Snippets Groups Projects
Commit e9dfc4cf authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

fix OSX stuff and typos

parent 0b354fcb
No related branches found
No related tags found
No related merge requests found
......@@ -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)::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment