Skip to content

Commit

Permalink
fix pwd line in INSTALL
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzure committed Jun 5, 2012
1 parent 45954f0 commit 82bd8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82bd8f3

Please sign in to comment.