diff options
author | Daniel Harding <33dannye@gmail.com> | 2018-04-22 14:30:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-22 14:30:05 -0500 |
commit | 67229ff7571f7216d899f81b5cacd55d476cd6f6 (patch) | |
tree | 38fa275cf3602e08f7a3a328a379fd4b535dcd7f | |
parent | bc697e3f3dd14b1d5c8e6ef06298c1044905dd60 (diff) | |
parent | be3835bb0e54ce12a25946e3840a51e8367cf282 (diff) |
Merge pull request #36 from ISSOtm/patch-1
Update RGBDS repo link
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ To build on Windows, use [**Cygwin**](http://cygwin.com/install.html). Use the d In the installer, select the following packages: `make` `git` `python` `gettext` -Then get the most recent version of [**rgbds**](https://github.com/bentley/rgbds/releases/). +Then get the most recent version of [**rgbds**](https://github.com/rednex/rgbds/releases/). Extract the archive and put `rgbasm.exe`, `rgblink.exe` and `rgbfix.exe` in `C:\cygwin\usr\local\bin`. In the **Cygwin terminal**: |