From 82bd8f3c77bc038c5692e6441bb1d84f4427d8c7 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 5 Jun 2012 09:49:28 -0500 Subject: [PATCH] fix pwd line in INSTALL --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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