summary refs log tree commit diff
diff options
context:
space:
mode:
authorJorik Schellekens <joriksch@gmail.com>2019-08-28 18:08:29 +0100
committerGitHub <noreply@github.com>2019-08-28 18:08:29 +0100
commit4798dd1f6b293e3d9093aab75363d9abd1c85193 (patch)
treef29f1b6cbf2c81b66d9c2d7f6fd4e20b74e45e8e
parentBlack is still the new black (diff)
downloadsynapse-4798dd1f6b293e3d9093aab75363d9abd1c85193.tar.xz
Update README.rst
-rw-r--r--synapse_topology/docs/README.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/synapse_topology/docs/README.rst b/synapse_topology/docs/README.rst
index fa10aa0605..c57c7b38d0 100644
--- a/synapse_topology/docs/README.rst
+++ b/synapse_topology/docs/README.rst
@@ -3,14 +3,16 @@ Backend
 ::
 
   Make sure you have synapse and klein installed in your pip env
-  Windows Right click __init__.py and select run with python
-  *nix: ./__init__.py
+ ```
+  ./__init__.py config_dir
+  ```
 
 Frontend
 ========
-Start the Backend and
+Start the Backend and then
 
 .. code:: bash
 
   cd view/webui
+  yarn install
   yarn watch