diff options
author | Matthew Wolff <matthewjwolff@gmail.com> | 2017-04-17 00:44:05 -0500 |
---|---|---|
committer | Matthew Wolff <matthewjwolff@gmail.com> | 2017-04-17 00:49:11 -0500 |
commit | 8e780b113d1223994bf77a5075e91ff56dd20f67 (patch) | |
tree | 6feae5433a59b7ae97721496c8ff2c0de17a17b9 /README.rst | |
parent | Merge pull request #2120 from matrix-org/luke/read-markers (diff) | |
download | synapse-8e780b113d1223994bf77a5075e91ff56dd20f67.tar.xz |
web_server_root documentation fix
Signed-off-by: Matthew Wolff <matthewjwolff@gmail.com>
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 759197f5ff..8de7cd3f3b 100644 --- a/README.rst +++ b/README.rst @@ -335,8 +335,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: |