summary refs log tree commit diff
path: root/syweb/webclient/README
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <paul@matrix.org>2014-11-17 16:59:24 +0000
committerPaul "LeoNerd" Evans <paul@matrix.org>2014-11-17 16:59:24 +0000
commit31a049eb692d37387a2db972da754f7ec56218c7 (patch)
tree9e5f47abad904d30c08d2f340b543a631e436894 /syweb/webclient/README
parentInclude room membership in room initialSync (diff)
parentSYN-148: Add the alias after creating the room (diff)
downloadsynapse-31a049eb692d37387a2db972da754f7ec56218c7.tar.xz
Merge branch 'develop' into room-initial-sync
Conflicts:
	synapse/handlers/message.py
Diffstat (limited to 'syweb/webclient/README')
-rw-r--r--syweb/webclient/README13
1 files changed, 0 insertions, 13 deletions
diff --git a/syweb/webclient/README b/syweb/webclient/README
deleted file mode 100644
index ef79b25708..0000000000
--- a/syweb/webclient/README
+++ /dev/null
@@ -1,13 +0,0 @@
-Basic Usage
------------
-
-The web client should automatically run when running the home server. 
-Alternatively, you can run it stand-alone:
-
-    $ python -m SimpleHTTPServer
-
-Then, open this URL in a WEB browser::
-
-    http://127.0.0.1:8000/
-
-