diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-01-14 11:17:47 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-01-14 11:17:47 +0000 |
commit | 430d3d74f6323332fc727c6b2d96d82b0b9a75aa (patch) | |
tree | 13e2564c1f80d95008887e58ea1de17aa82864c8 /README.rst | |
parent | Merge pull request #487 from matrix-org/daniel/forceregistration (diff) | |
parent | Skip, rather than erroring, invalid guest requests (diff) | |
download | synapse-430d3d74f6323332fc727c6b2d96d82b0b9a75aa.tar.xz |
Merge branch 'release-v0.12.1' into develop
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 291a308b64..297e72f1ae 100644 --- a/README.rst +++ b/README.rst @@ -258,6 +258,14 @@ During setup of Synapse you need to call python2.7 directly again:: ...substituting your host and domain name as appropriate. +FreeBSD +------- + +Synapse can be installed via FreeBSD Ports or Packages: + + - Ports: ``cd /usr/ports/net/py-matrix-synapse && make install clean`` + - Packages: ``pkg install py27-matrix-synapse`` + Windows Install --------------- Synapse can be installed on Cygwin. It requires the following Cygwin packages: |