From da1a7393b0d006f285064b708896f784393c808b Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Mon, 25 Apr 2022 13:25:35 -0700 Subject: [PATCH] README: point to correct branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59eae47..adcdea7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Installs a title directly to an SD card for the Nintendo 3DS. Originally created Note for Windows users: Enabling "Add Python 3.X to PATH" is **NOT** required! Python is installed with the `py` launcher by default. 1. [Dump boot9.bin and movable.sed](https://ihaveamac.github.io/dump.html) from a 3DS system. -2. Download the repo ([zip link](https://github.com/ihaveamac/custom-install/archive/module-newer-gui.zip) or `git clone`) +2. Download the repo ([zip link](https://github.com/ihaveamac/custom-install/archive/safe-install.zip) or `git clone`) 3. Install the packages: * Windows: Double-click `windows-install-dependencies.py` * Alternate manual method: `py -3 -m pip install --user -r requirements-win32.txt`