From b09ef88b3c67be99a41585cbb7d09d9d76105786 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Mon, 29 Apr 2024 04:37:41 +1200 Subject: [PATCH] update docs --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e854105..7b64a6c 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,13 @@ A simple web based [LXMF](https://github.com/markqvist/lxmf) client for [Reticul - The web page sends and receives lxmf packets encoded in json via the WebSocket. - Web Browser -> WebSocket -> Python Reticulum -> (configured interfaces) -> (destination) +## How to use it? + +You will need to clone the repo, and run `web.py`. + +``` +git clone https://github.com/liamcottle/reticulum-webchat +cd reticulum-webchat +python web.py +```