shithub: rgbds

Download patch

ref: 8214f0c09db676e29db69b74aa945ab8cdc5d6ae
parent: 631910bd670cf46663d68717e73d504cf8d469c2
parent: ff7c46f5a64f1c463ae094545dd0eaa93ff87a47
author: Eldred Habert <[email protected]>
date: Mon Sep 2 20:50:43 EDT 2019

Merge pull request #412 from clach04/patch-1

Clarify install instructions on Windows

--- a/README.rst
+++ b/README.rst
@@ -30,7 +30,13 @@
 
     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
+
+Alternatively, the RGBDS executables can be simply dropped in the folder of the project they're used in.
 
 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