fix git clone instructions

This commit is contained in:
Bryan Bishop 2013-02-03 14:54:08 -06:00
parent 7f0fdb19cd
commit c788666138

View File

@ -18,7 +18,7 @@ sudo make install
which rgbasm
# download pokecrystal
git clone https://github.com/kanzure/pokecrystal.git
git clone git://github.com/kanzure/pokecrystal.git
cd pokecrystal
make clean && make
@ -128,7 +128,7 @@ Now you should be able to build `pokecrystal` for the first time:
```bash
cd ~
git clone https://github.com/kanzure/pokecrystal.git
git clone git://github.com/kanzure/pokecrystal.git
cd pokecrystal
```