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