From c47a2acdd9aa8d8094c731fefc4100f9ed741171 Mon Sep 17 00:00:00 2001 From: lily Date: Fri, 16 Aug 2024 01:14:21 +0200 Subject: [PATCH] mset9-cli: remove "the mset9 .zip file" now that we have a giant blue link, this text might actually just confuse people --- _pages/en_US/installing-boot9strap-(mset9-cli).txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/en_US/installing-boot9strap-(mset9-cli).txt b/_pages/en_US/installing-boot9strap-(mset9-cli).txt index 951d8f45a7..2376556471 100644 --- a/_pages/en_US/installing-boot9strap-(mset9-cli).txt +++ b/_pages/en_US/installing-boot9strap-(mset9-cli).txt @@ -19,7 +19,7 @@ This page requires a computer running Windows, Linux, or macOS. If you have an A ### What You Need -* The latest release of [MSET9](https://github.com/hacks-guide/MSET9/releases/latest) (the MSET9 `.zip` file) +* The latest release of [MSET9](https://github.com/hacks-guide/MSET9/releases/latest) * Any 3.x version of [Python](https://www.python.org/downloads/) **installed on your computer** + If you are on Linux or macOS, you may already have Python 3. Check by opening a Terminal window and entering `python3 -V`. If this returns a version number, it will work for this guide.