From 48b77f5e667971761cbf671897feac75aac600e2 Mon Sep 17 00:00:00 2001 From: dselen <80752476+DaanSelen@users.noreply.github.com> Date: Thu, 28 Nov 2024 09:53:54 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6fec0f..7005123 100644 --- a/README.md +++ b/README.md @@ -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`.
+After this you can use meshbook, for example: ```shell python3 ./meshbook/meshbook.py -pb examples/echo.yaml ```