mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
fix pwd line in INSTALL
This commit is contained in:
parent
45954f010c
commit
82bd8f3c77
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user