From a7ddca1d0b5a680d667289e1002b24a0dee74f55 Mon Sep 17 00:00:00 2001 From: Maxime Bloch Date: Fri, 27 Sep 2019 15:28:30 +0200 Subject: [PATCH] add run instructions for the client --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 83a5a11..93f0fff 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,18 @@ Go enjoy the dashboard @ *localhost:5000* ## The client This is an example client and will also be used as first link in the machine. + +### Requirements + +A local http file server of some kind. + for ex the python http server. + +### Running + +Go into the correct directory with the code + + cd watcher + +with python's http server + + python -m http.server