shithub: pokecrystal

Download patch

ref: 7302978f13089da713869aa8a1d7e73b375a6abc
parent: 70c90ad4256324d47edb944ef6228848d21ed9fa
author: Bradley Carpenter <Bradley-Plus@users.noreply.github.com>
date: Wed Nov 12 05:39:43 EST 2014

Update INSTALL.md

--- a/INSTALL.md
+++ b/INSTALL.md
@@ -13,7 +13,7 @@
 	cd vagrantbox
 	vagrant init pokecrystal
 	vagrant up
-	vagrant ssh -c "cd /vagrant && git clone git://github.com/kanzure/pokecrystal.git"
+	vagrant ssh -c "cd /vagrant && git clone git://github.com/bradley-plus/pokecrystal.git"
 	vagrant ssh -c "cd /vagrant/pokecrystal && git submodule init && git submodule update"
 	vagrant ssh