From aad32c7b82b12a9db397c0e1f12f34328956c3d8 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sat, 8 Oct 2022 07:43:30 -0700 Subject: [PATCH] Fix windows exe instructions --- .../flashing-firmware/meshtastic-flasher.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/flashing-firmware/meshtastic-flasher.mdx b/docs/getting-started/flashing-firmware/meshtastic-flasher.mdx index efdd8020..60240a13 100644 --- a/docs/getting-started/flashing-firmware/meshtastic-flasher.mdx +++ b/docs/getting-started/flashing-firmware/meshtastic-flasher.mdx @@ -100,11 +100,11 @@ sudo apt install -y python3 python3-pip python3-venv ### Install App - -Install using `pip` +For windows there is an [executable file](https://github.com/meshtastic/Meshtastic-gui-installer/releases/tag/untagged-9a69e6946635cd38df7d) that will manage installing python and flasher updates for you. + +For MacOS and Linux it is reccomended that you install using `pip` -Note: The previous "single executable" installation option has been deprecated as of March 10, 2022.