diff options
author | Matthew Hodgson <matthew@matrix.org> | 2015-04-29 00:14:29 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2015-04-29 00:14:29 +0100 |
commit | e3005d3ddb62e7d2d7fe83e97d9ac04f5cfa5665 (patch) | |
tree | 17a665a25b9bef25a0c3d4b8eb246d39b389d158 /README.rst | |
parent | general clean up. s/alpha/beta/g. add intelfx's AUR package for Arch. s/the h... (diff) | |
download | synapse-e3005d3ddb62e7d2d7fe83e97d9ac04f5cfa5665.tar.xz |
mention silviof's dockerfile
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
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 |