1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 463b0c6d7d..b7a21558c9 100644
--- a/README.rst
+++ b/README.rst
@@ -124,6 +124,9 @@ To install the synapse homeserver run::
This installs synapse, along with the libraries it uses, into a virtual
environment under ``~/.synapse``.
+Alternatively, Silvio Fricke has contributed a Dockerfile to automate the
+above in Docker at https://registry.hub.docker.com/u/silviof/docker-matrix/.
+
To set up your homeserver, run (in your virtualenv, as before)::
$ cd ~/.synapse
|