From 08789371940b71587c73dac985b83da1cee0ff61 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Sun, 6 Apr 2025 20:17:03 -0700 Subject: [PATCH] correct instructions for launching control --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45b463b..661abfd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This Python curses client for Meshtastic is a terminal-based client designed to Contact - Main UI Screenshot

-The settings dialogue can be accessed within the client or may be run standalone to configure your node by launching `settings.py` +The settings dialogue can be accessed within the client or may be run standalone to configure your node by launching `contact --settings` or 'contact -c` Contact - Settings Dialogue