From 4befd42d306240d3de4c2b4d5d74347b750fdfe0 Mon Sep 17 00:00:00 2001 From: Lily Date: Sun, 15 Oct 2023 04:23:39 +0200 Subject: [PATCH] mset9: reword execute people had been interpreting this as "execute mset9.py" / ignoring the bullet points, which on windows would make it so the script closes when an error occurs instead of displaying the error --- _pages/en_US/installing-boot9strap-(mset9).txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/en_US/installing-boot9strap-(mset9).txt b/_pages/en_US/installing-boot9strap-(mset9).txt index 74ab0d8d78..2e2d13f1ba 100644 --- a/_pages/en_US/installing-boot9strap-(mset9).txt +++ b/_pages/en_US/installing-boot9strap-(mset9).txt @@ -41,7 +41,7 @@ In this section, you will prepare the SD card data necessary for the MSET9 explo ![MSET9 root layout](/images/screenshots/mset9/mset9-root-layout.png) {: .notice--info} -1. Execute the `mset9.py` script on the root of your SD card +1. Execute the MSET9 script in the following way, depending on your operating system: + **Windows**: Double-click `mset9.bat` + If this doesn't work: hold SHIFT and right-click anywhere in the SD card window, then click the option that opens Terminal, PowerShell, or Command Prompt, then type `py -3 mset9.py` and press Enter + **Linux**: open a Terminal window, `cd` to the root of your SD card, then type `python3 mset9.py` and press Enter