From 1c6ea8869a27acd0c1f08799ca36989adc541826 Mon Sep 17 00:00:00 2001 From: Clasko Date: Mon, 19 Jan 2026 02:31:09 +0000 Subject: [PATCH] Update readme --- readme.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index eb91531..fa3ae67 100644 --- a/readme.txt +++ b/readme.txt @@ -5,10 +5,14 @@ source venv/bin/activate pip install meshtastic ``` -If using a remote llama connection update config.json to be the remote llama link. +If using a remote llama connection rename config.json.example to config.json, and update config.json to be the remote llama link. Going to the correct address in a browser will return "405 method not allowed" +``` +mv config.json.example config.json +``` + Run Python Meshroller ``` python meshroller.py -``` \ No newline at end of file +```