summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-07-21 09:25:30 +0100
committerErik Johnston <erik@matrix.org>2015-07-21 09:25:30 +0100
commit90dbd71c13acf85b2a1c072f51532c32d5c7aa9d (patch)
treee67e413801924887b491969ec825c0c29c1b89b6 /README.rst
parents/take/claim/ for end to end key APIs (diff)
parenttypo (diff)
downloadsynapse-90dbd71c13acf85b2a1c072f51532c32d5c7aa9d.tar.xz
Merge branch 'master' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
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/.