Update README.md

This commit is contained in:
dselen
2024-11-28 09:53:54 +01:00
committed by GitHub
parent bccebb4707
commit 48b77f5e66

View File

@@ -19,7 +19,8 @@ python3 -m venv ./venv
source ./venv/bin/activate
pip3 install -r ./meshbook/requirements.txt
```
Then you can use meshbook, for example:
Now copy the configuration template from ./templates and fill it in with the correct details. The url should start with `wss://` and end in `control.ashx`.<br>
After this you can use meshbook, for example:
```shell
python3 ./meshbook/meshbook.py -pb examples/echo.yaml
```