diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-08-15 09:29:39 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-08-15 09:29:39 +0100 |
commit | 286e90e58f077f955b2b516737a6b80dddbf73aa (patch) | |
tree | 947068eba633d325ffdb5eeb086e64172f36f867 /README.rst | |
parent | s/Synapse/Matrix/ (diff) | |
download | synapse-286e90e58f077f955b2b516737a6b80dddbf73aa.tar.xz |
Updated README about -w in all the places.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst index 5ff6fbaab2..378b460d0b 100644 --- a/README.rst +++ b/README.rst @@ -26,8 +26,8 @@ To get up and running: with ``python setup.py develop --user`` and then run one with ``python synapse/app/homeserver.py`` - - To run your own webclient: - ``cd webclient; python -m SimpleHTTPServer`` and hit http://localhost:8000 + - To run your own webclient, add ``-w``: + ``python synapse/app/homeserver.py -w`` and hit http://localhost:8080/matrix/client in your web browser (a recent Chrome, Safari or Firefox for now, please...) @@ -203,7 +203,7 @@ Running The Demo Web Client You can run the web client when you run the homeserver by adding ``-w`` to the command to run ``homeserver.py``. The web client can be accessed via -http://localhost/matrix/client +http://localhost:8080/matrix/client If this is the first time you have used the client from that browser (it uses HTML5 local storage to remember its config), you will need to log in to your |