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