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: install/windows.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ You can check what your WSL distribution is by running `wsl -l -v` in the Comman
25
25
2. Under "Assets" at the bottom, download either <code>rgbds-<var><version></var>-win32.zip</code> (for 32-bit Windows) or <code>rgbds-<var><version></var>-win64.zip</code> (for 64-bit Windows).
26
26
(For example, version 0.7.0 for 64-bit Windows would have `rgbds-0.7.0-win64.zip`).
27
27
3. Unzip the .zip file.
28
-
It should give you the RGBDS`.exe` files and a couple of `.dll` files.
28
+
It should give you four`.exe` files and a couple of `.dll` files.
29
29
4. Copy all of those `.exe` and `.dll` files to the `/usr/local/bin` directory of your Cygwin/MSYS2 installation.
30
30
(You can learn its equivalent Windows path by running `cygpath -w /usr/local/bin` in the Cygwin terminal.)
31
31
@@ -54,7 +54,7 @@ If you can choose between using Cygwin or MSYS2, be advised that Cygwin is slowe
54
54
2. Under "Assets" at the bottom, download either <code>rgbds-<var><version></var>-win32.zip</code> (for 32-bit Windows) or <code>rgbds-<var><version></var>-win64.zip</code> (for 64-bit Windows).
55
55
(For example, version 0.7.0 for 64-bit Windows would have `rgbds-0.7.0-win64.zip`).
56
56
3. Unzip the .zip file.
57
-
It should give you the RGBDS`.exe` files and a couple of `.dll` files.
57
+
It should give you four`.exe` files and a couple of `.dll` files.
58
58
4. Either:
59
59
- ...put all of the files in a directory, then add that directory to Windows' `PATH`.
60
60
This will *permanently* allow you to use RGBDS *from any directory*.
0 commit comments