Skip to content

Commit 2111d57

Browse files
committed
Avoid confusion that there is a "RGBDS.exe" file
1 parent b859ea3 commit 2111d57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install/windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can check what your WSL distribution is by running `wsl -l -v` in the Comman
2525
2. Under "Assets" at the bottom, download either <code>rgbds-<var>&lt;version&gt;</var>-win32.zip</code> (for 32-bit Windows) or <code>rgbds-<var>&lt;version&gt;</var>-win64.zip</code> (for 64-bit Windows).
2626
(For example, version 0.7.0 for 64-bit Windows would have `rgbds-0.7.0-win64.zip`).
2727
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.
2929
4. Copy all of those `.exe` and `.dll` files to the `/usr/local/bin` directory of your Cygwin/MSYS2 installation.
3030
(You can learn its equivalent Windows path by running `cygpath -w /usr/local/bin` in the Cygwin terminal.)
3131

@@ -54,7 +54,7 @@ If you can choose between using Cygwin or MSYS2, be advised that Cygwin is slowe
5454
2. Under "Assets" at the bottom, download either <code>rgbds-<var>&lt;version&gt;</var>-win32.zip</code> (for 32-bit Windows) or <code>rgbds-<var>&lt;version&gt;</var>-win64.zip</code> (for 64-bit Windows).
5555
(For example, version 0.7.0 for 64-bit Windows would have `rgbds-0.7.0-win64.zip`).
5656
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.
5858
4. Either:
5959
- ...put all of the files in a directory, then add that directory to Windows' `PATH`.
6060
This will *permanently* allow you to use RGBDS *from any directory*.

0 commit comments

Comments
 (0)