From 7239be9b1b82a032d246f53d884b24f292ea9c25 Mon Sep 17 00:00:00 2001 From: Ric Letson <78682404+RicInNewMexico@users.noreply.github.com> Date: Mon, 28 Feb 2022 17:19:14 -0700 Subject: [PATCH] Remove 'double click' reference from windows instructions Double clicking simply causes the command prompt to flash open and immediately close. --- docs/software/python/standalone.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/software/python/standalone.md b/docs/software/python/standalone.md index c44ccfff..e65dc69a 100644 --- a/docs/software/python/standalone.md +++ b/docs/software/python/standalone.md @@ -92,10 +92,10 @@ Copy (or move) this binary somewhere in your path. * Rename to meshtastic_windows.exe -* To run, double click on "meshtastic.exe" or from a command prompt run: +* To run, open a windows command prompt, navigate to the location of the executable and run: ``` -.\meshtastic_windows.exe +meshtastic_windows.exe ```