From 097988868dfd2e0962072d15e565a40f13e5ab30 Mon Sep 17 00:00:00 2001 From: Kei <7037851+coderkei@users.noreply.github.com> Date: Wed, 17 Dec 2025 21:36:04 +0000 Subject: [PATCH] Add setup instructions in README.md Updated the setup instructions to include Unix-based machines. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d81aa62..6ab6b1f 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ This is the repository for the DSpico Bootloader. It is a small NDS rom that initializes the DSpico and uses [Pico Loader](https://github.com/LNH-team/pico-loader) to boot the nds file at `fat:/_picoboot.nds`. ## Setup & configuration -We recommend using WSL (Windows Subsystem for Linux), or MSYS2 to compile this repository. +We recommend using WSL (Windows Subsystem for Linux), MSYS2 or a Unix-based machine to compile this repository. The steps provided will assume you already have one of those environments set up. -1. Install [BlocksDS](https://blocksds.skylyrac.net/docs/setup/options/). +1. Install [BlocksDS](https://blocksds.skylyrac.net/docs/setup/). 2. To be able to use this bootloader, compile [Pico Loader](https://github.com/LNH-team/pico-loader) and place the files on your SD card. 3. Place the rom to boot on the root of your SD card as `_picoboot.nds`.