Remove 'double click' reference from windows instructions

Double clicking simply causes the command prompt to flash open and immediately close.
This commit is contained in:
Ric Letson 2022-02-28 17:19:14 -07:00 committed by GitHub
parent 9eda259082
commit 7239be9b1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```
</TabItem>