diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-07-27 09:21:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-27 09:21:41 +0100 |
commit | 781c2bd21a5383550d0135bdfe412c243578b932 (patch) | |
tree | 84819feda1e8caf5a5874b3e542fbe2a7de2bd07 /README.rst | |
parent | Merge pull request #3616 from matrix-org/travis/event_id_send_leave (diff) | |
parent | Add instructions for install on OpenSUSE and SLES (diff) | |
download | synapse-781c2bd21a5383550d0135bdfe412c243578b932.tar.xz |
Merge pull request #3469 from DJViking/master
Add instructions for install on OpenSUSE and SLES
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 84b8cf572e..5fdfad345f 100644 --- a/README.rst +++ b/README.rst @@ -362,6 +362,19 @@ Synapse is in the Fedora repositories as ``matrix-synapse``:: Oleg Girko provides Fedora RPMs at https://obs.infoserver.lv/project/monitor/matrix-synapse +OpenSUSE +-------- + +Synapse is in the OpenSUSE repositories as ``matrix-synapse``:: + + sudo zypper install matrix-synapse + +SUSE Linux Enterprise Server +---------------------------- + +Unofficial package are built for SLES 15 in the openSUSE:Backports:SLE-15 repository at +https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-15/standard/ + ArchLinux --------- |