diff options
author | Panda Habert <eldredhabert0@gmail.com> | 2018-04-09 19:09:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-09 19:09:28 +0200 |
commit | be3835bb0e54ce12a25946e3840a51e8367cf282 (patch) | |
tree | 6f28c32a52691cb75334a4cd1ddedb12afab7041 | |
parent | e8e3d8d26aacc10f7e6d17e403f76c607a5528e1 (diff) |
Update RGBDS repo link
The current link redirects to rednex/rgbds, which is the currently updated repo. This removes the redirection, which might break eventually.
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,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**: |