ref: 1ca2f12d24ca6c855b4f95d8c32123e53c846d02
parent: 20b2f5ee2f7cfe8f100c30b6ff6236e63daf76be
author: clach04 <[email protected]>
date: Sun Sep 1 05:51:47 EDT 2019
Update README.rst Add Windows path note, in preference from adding exes to system locations
--- a/README.rst
+++ b/README.rst
@@ -30,7 +30,11 @@
https://github.com/rednex/rgbds/releases
-Copy the ``.exe`` files to ``C:\Windows\`` or similar.
+Extract the zip and then add the executable directory to the path. For example:
+
+::
+
+ path %PATH%;C:\Programs\rgbds-0.3.8-win64\win64
If you require the latest version in development, it should be possible to
compile RGBDS with MinGW or Cygwin by following the instructions to build it on