From 48b92042b3700ad99dc0b2e82039f157b623f3ff Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Fri, 10 May 2024 18:15:26 -0500 Subject: [PATCH] Fix typo --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index adc573308..545c26c18 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -153,7 +153,7 @@ make ### Build with a local rgbds version -If you have different projects that require different versions of `rgbds`, it might not be convenient to install rgbds 0.7.0 globally. Instead, you can put its files in a directory within pokered-gbc, such as `pokered/rgbds-0.7.0/`. Then specify it when you run `make`: +If you have different projects that require different versions of `rgbds`, it might not be convenient to install rgbds 0.7.0 globally. Instead, you can put its files in a directory within pokered-gbc, such as `pokered-gbc/rgbds-0.7.0/`. Then specify it when you run `make`: ```bash make RGBDS=rgbds-0.7.0/