From 7302978f13089da713869aa8a1d7e73b375a6abc Mon Sep 17 00:00:00 2001 From: Bradley Carpenter Date: Wed, 12 Nov 2014 10:39:43 -0500 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 34eefc0ba..433ce61a5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -13,7 +13,7 @@ VirtualBox. Follow these steps: 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