From 5d0fbc816ea9f47af7c960e34b190017d9366db6 Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Sun, 29 Mar 2026 08:49:21 -0500 Subject: [PATCH] Update README formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b948878..344c620 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ It uses the following ROM as a base: - Pokémon Card GB2 - GR Dan Sanjou! (J) [C][!].gbc `sha1: a7e12bcc5f514e3aad8de570fd511aab0a308822` -To assemble, first download RGBDS (https://github.com/gbdev/rgbds/releases) and extract it to /usr/local/bin. -Copy the above ROM to this directory as "baserom.gbc". -Run `make` in your shell. +To assemble, first install [RGBDS](https://github.com/gbdev/rgbds/releases) and put it in your path. +Then copy the above ROM to this directory as "baserom.gbc". +Then run `make` in your shell. This will output a file named "poketcg2.gbc".