shithub: pokecrystal

Download patch

ref: 82bd8f3c77bc038c5692e6441bb1d84f4427d8c7
parent: 45954f010c2b8dce25cc22d316d102957fef0abe
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jun 5 05:49:28 EDT 2012

fix pwd line in INSTALL

--- a/INSTALL.md
+++ b/INSTALL.md
@@ -108,7 +108,7 @@
 
 # make rgbds accessible for all time
 export PATH=$PATH:`pwd`/rgbds
-echo "export PATH=$PATH:`pwd/rgbds`" >> ~/.bashrc
+echo "export PATH=$PATH:`pwd`/rgbds" >> ~/.bashrc
 
 # clean up that zip file
 rm rgbds.zip