ref: c78866613882b109bf79294a38c79bdcd1b5bfd7
parent: 7f0fdb19cda2230b3b9c65b610eafbd839899935
author: Bryan Bishop <[email protected]>
date: Sun Feb 3 09:54:08 EST 2013
fix git clone instructions
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -18,7 +18,7 @@
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 @@
```bash
cd ~
-git clone https://github.com/kanzure/pokecrystal.git
+git clone git://github.com/kanzure/pokecrystal.git
cd pokecrystal
```