summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-02-03 14:54:08 -0600
committerBryan Bishop <kanzure@gmail.com>2013-02-03 14:54:59 -0600
commitc78866613882b109bf79294a38c79bdcd1b5bfd7 (patch)
treec9d52d3f9e7da1cbf1a70e1b9f83e8a82028d2c5
parent7f0fdb19cda2230b3b9c65b610eafbd839899935 (diff)
fix git clone instructions
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 9f45ce52a..979e69c06 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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
```