fix pwd line in INSTALL

This commit is contained in:
Bryan Bishop 2012-06-05 09:49:28 -05:00
parent 45954f010c
commit 82bd8f3c77

View File

@ -108,7 +108,7 @@ unzip rgbds.zip
# 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