diff options
author | Erik Johnston <erikj@jki.re> | 2017-04-27 15:46:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-27 15:46:40 +0100 |
commit | bb9246e52529ee0055a8b756eadb0d2c83b80607 (patch) | |
tree | 0c6db56e64e72d3152818421e2b4e059233c6c3a /README.rst | |
parent | Fix bgupdate error if index already exists (#2167) (diff) | |
parent | Queried CONDITIONAL_REQUIREMENTS (diff) | |
download | synapse-bb9246e52529ee0055a8b756eadb0d2c83b80607.tar.xz |
Merge pull request #2131 from matthewjwolff/develop
web_client_location documentation fix
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/README.rst b/README.rst index d090ad86a2..9503ef510a 100644 --- a/README.rst +++ b/README.rst @@ -354,8 +354,11 @@ ArchLinux --------- The quickest way to get up and running with ArchLinux is probably with the community package -https://www.archlinux.org/packages/community/any/matrix-synapse/, which should pull in all -the necessary dependencies. +https://www.archlinux.org/packages/community/any/matrix-synapse/, which should pull in most of +the necessary dependencies. If the default web client is to be served (enabled by default in +the generated config), +https://www.archlinux.org/packages/community/any/python2-matrix-angular-sdk/ will also need to +be installed. Alternatively, to install using pip a few changes may be needed as ArchLinux defaults to python 3, but synapse currently assumes python 2.7 by default: |