add run instructions for the client
This commit is contained in:
parent
9a9669d87d
commit
a7ddca1d0b
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -37,3 +37,18 @@ Go enjoy the dashboard @ *localhost:5000*
|
||||||
## The client
|
## The client
|
||||||
|
|
||||||
This is an example client and will also be used as first link in the machine.
|
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
|
||||||
|
|
Loading…
Reference in a new issue