diff options
author | Erik Johnston <erik@matrix.org> | 2015-07-21 09:25:30 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-07-21 09:25:30 +0100 |
commit | 90dbd71c13acf85b2a1c072f51532c32d5c7aa9d (patch) | |
tree | e67e413801924887b491969ec825c0c29c1b89b6 /README.rst | |
parent | s/take/claim/ for end to end key APIs (diff) | |
parent | typo (diff) | |
download | synapse-90dbd71c13acf85b2a1c072f51532c32d5c7aa9d.tar.xz |
Merge branch 'master' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 259fbaf459..21e3479687 100644 --- a/README.rst +++ b/README.rst @@ -122,7 +122,10 @@ To install the synapse homeserver run:: $ 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``. Feel free to pick a different directory +if you prefer. + +In case of problems, please see the _Troubleshooting section below. Alternatively, Silvio Fricke has contributed a Dockerfile to automate the above in Docker at https://registry.hub.docker.com/u/silviof/docker-matrix/. |