From 00c0e81c26d6d0558a320fb05f162df511c3c8a5 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Sun, 3 Nov 2019 18:16:49 -0800 Subject: [PATCH] README: add link to download this repo --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c69d40..d85cf37 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ Experimental script to automate the process of a manual title install for Ninten 2. Install pycryptodomex: * Windows: `py -3 -m pip install --user --upgrade pycryptodomex` * macOS/Linux: `python3 -m pip install --user --upgrade pycryptodomex` -2. Run `custom-install.py` with boot9.bin, movable.sed, path to the SD root, and CIA files to install (see Usage section). -3. Use custom-install-finalize on the 3DS system to finish the install. +3. Download the repo ([zip link](https://github.com/ihaveamac/custom-install/archive/master.zip) or `git clone`) +4. Run `custom-install.py` with boot9.bin, movable.sed, path to the SD root, and CIA files to install (see Usage section). +5. Use custom-install-finalize on the 3DS system to finish the install. ## Setup Linux users must build [wwylele/save3ds](https://github.com/wwylele/save3ds) and place `save3ds_fuse` in `bin/linux`.