mirror of https://github.com/pret/pokecrystal.git
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
|
# make rgbds accessible for all time
|
||||||
export PATH=$PATH:`pwd`/rgbds
|
export PATH=$PATH:`pwd`/rgbds
|
||||||
echo "export PATH=$PATH:`pwd/rgbds`" >> ~/.bashrc
|
echo "export PATH=$PATH:`pwd`/rgbds" >> ~/.bashrc
|
||||||
|
|
||||||
# clean up that zip file
|
# clean up that zip file
|
||||||
rm rgbds.zip
|
rm rgbds.zip
|
||||||
|
|
Loading…
Reference in New Issue