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