shithub: pokecrystal

Download patch

ref: b99b117b8116e65c6d90d9c8d303cedb5878c215
parent: 7302978f13089da713869aa8a1d7e73b375a6abc
author: Bradley Carpenter <Bradley-Plus@users.noreply.github.com>
date: Wed Nov 12 07:19:00 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/bradley-plus/pokecrystal.git"
+	vagrant ssh -c "cd /vagrant && git clone git://github.com/vagrant/pokecrystal.git"
 	vagrant ssh -c "cd /vagrant/pokecrystal && git submodule init && git submodule update"
 	vagrant ssh