fix git clone instructions
This commit is contained in:
@@ -18,7 +18,7 @@ sudo make install
|
|||||||
which rgbasm
|
which rgbasm
|
||||||
|
|
||||||
# download pokecrystal
|
# download pokecrystal
|
||||||
git clone https://github.com/kanzure/pokecrystal.git
|
git clone git://github.com/kanzure/pokecrystal.git
|
||||||
cd pokecrystal
|
cd pokecrystal
|
||||||
|
|
||||||
make clean && make
|
make clean && make
|
||||||
@@ -128,7 +128,7 @@ Now you should be able to build `pokecrystal` for the first time:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~
|
cd ~
|
||||||
git clone https://github.com/kanzure/pokecrystal.git
|
git clone git://github.com/kanzure/pokecrystal.git
|
||||||
cd pokecrystal
|
cd pokecrystal
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user