diff options
author | Oddvar Lovaas <oddvar@matrix.org> | 2015-11-18 11:44:35 +0000 |
---|---|---|
committer | Oddvar Lovaas <oddvar@matrix.org> | 2015-11-18 11:44:35 +0000 |
commit | 8bae98b314013225360cbb21256738817795d5fa (patch) | |
tree | a795dc95812c2d2a0a7eb82ce00876f2cbf286a0 /README.rst | |
parent | Merge branch 'release-v0.11.0' of github.com:matrix-org/synapse (diff) | |
download | synapse-8bae98b314013225360cbb21256738817795d5fa.tar.xz |
adding link to apt repo
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst index a8f0c62158..d0151cbf82 100644 --- a/README.rst +++ b/README.rst @@ -133,6 +133,8 @@ 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/. + To set up your homeserver, run (in your virtualenv, as before):: cd ~/.synapse |