summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-06-05 09:49:28 -0500
committerBryan Bishop <kanzure@gmail.com>2012-06-05 09:49:28 -0500
commit82bd8f3c77bc038c5692e6441bb1d84f4427d8c7 (patch)
tree7c1c9f13aed072bd87c3f07b1e8c37a36d737364
parent45954f010c2b8dce25cc22d316d102957fef0abe (diff)
fix pwd line in INSTALL
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 67053d1ed..f41cbf42e 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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