From c78866613882b109bf79294a38c79bdcd1b5bfd7 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 3 Feb 2013 14:54:08 -0600 Subject: [PATCH] fix git clone instructions --- INSTALL.md | 4 ++-- 1 file 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 ```