You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/part1/setup.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ The sad truth is that Windows is a terrible OS for development; however, you can
44
44
On Windows 10, your best bet is [WSL](https://docs.microsoft.com/en-us/windows/wsl), which sort of allows running a Linux distribution within Windows.
45
45
Install WSL 1 or WSL 2, then a distribution of your choice, and then follow these steps again, but for the Linux distribution you installed.
46
46
47
-
If WSL is not an option, you can use [MSYS2](https://www.msys2.org) or [Cygwin](https://www.cygwin.com) instead; then check out the bottom of [RGBDS' Windows install instructions](https://rgbds.gbdev.io/install/windows).
47
+
If WSL is not an option, you can use [MSYS2](https://www.msys2.org) or [Cygwin](https://www.cygwin.com) instead; then check out [RGBDS' Windows install instructions](https://rgbds.gbdev.io/install).
48
48
As far as I'm aware, both of these provide a sufficiently up-to-date version of GNU Make.
0 commit comments