diff options
author | Matthew Hodgson <matthew@arasphere.net> | 2016-01-08 17:55:25 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@arasphere.net> | 2016-01-08 17:55:25 +0000 |
commit | c110eb92f8d0e3857a41721f3fe91eee008366bf (patch) | |
tree | 69d0101cd27e67bf60f5c77b8475ed34b03f502f | |
parent | typoe (diff) | |
parent | Add FreeBSD install section & instructions (diff) | |
download | synapse-c110eb92f8d0e3857a41721f3fe91eee008366bf.tar.xz |
Merge pull request #476 from koobs/patch-1
Add FreeBSD install section & instructions
-rw-r--r-- | README.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 446cc6e7c1..893b1041ae 100644 --- a/README.rst +++ b/README.rst @@ -259,6 +259,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: |