diff options
author | Daniel Wagner-Hall <dawagner@gmail.com> | 2015-11-19 15:00:14 -0500 |
---|---|---|
committer | Daniel Wagner-Hall <dawagner@gmail.com> | 2015-11-19 15:00:14 -0500 |
commit | 95c3306798e1ca6429f3f52797a5d1b6ce7d6f37 (patch) | |
tree | b43e191ea43c44a12b4c60c5a3a2ff09bc814e79 /README.rst | |
parent | Ignore forgotten rooms in v2 sync (diff) | |
parent | Merge branch 'develop' into daniel/forgetrooms (diff) | |
download | synapse-95c3306798e1ca6429f3f52797a5d1b6ce7d6f37.tar.xz |
Merge branch 'daniel/forgetrooms' of github.com:matrix-org/synapse into daniel/forgetrooms
Diffstat (limited to '')
-rw-r--r-- | README.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst index a8f0c62158..9b76cd8db0 100644 --- a/README.rst +++ b/README.rst @@ -133,6 +133,11 @@ 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/. +Another alternative is to install via apt from http://matrix.org/packages/debian/. +Note that these packages do not include a client - choose one from +https://matrix.org/blog/try-matrix-now/ (or build your own with +https://github.com/matrix-org/matrix-js-sdk/). + To set up your homeserver, run (in your virtualenv, as before):: cd ~/.synapse |