summary refs log tree commit diff
path: root/synapse/app/homeserver.py
diff options
context:
space:
mode:
authorMatthew Wolff <matthewjwolff@gmail.com>2017-04-17 00:44:05 -0500
committerMatthew Wolff <matthewjwolff@gmail.com>2017-04-17 00:49:11 -0500
commit8e780b113d1223994bf77a5075e91ff56dd20f67 (patch)
tree6feae5433a59b7ae97721496c8ff2c0de17a17b9 /synapse/app/homeserver.py
parentMerge pull request #2120 from matrix-org/luke/read-markers (diff)
downloadsynapse-8e780b113d1223994bf77a5075e91ff56dd20f67.tar.xz
web_server_root documentation fix
Signed-off-by: Matthew Wolff <matthewjwolff@gmail.com>
Diffstat (limited to 'synapse/app/homeserver.py')
-rwxr-xr-xsynapse/app/homeserver.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/app/homeserver.py b/synapse/app/homeserver.py

index 6f5924d2c7..c9521a10fb 100755 --- a/synapse/app/homeserver.py +++ b/synapse/app/homeserver.py
@@ -88,11 +88,10 @@ def build_resource_for_web_client(hs): "the location of the source to serve via the configuration\n" "option `web_client_location`\n\n" "To install the `matrix-angular-sdk` via pip, run:\n\n" - " pip install '%(dep)s'\n" + " pip install matrix-angular-sdk\n" "\n" "You can also disable hosting of the webclient via the\n" "configuration option `web_client`\n" - % {"dep": DEPENDENCY_LINKS["matrix-angular-sdk"]} ) syweb_path = os.path.dirname(syweb.__file__) webclient_path = os.path.join(syweb_path, "webclient")