From cdb0bacd3a6e70c272bda986b394ececf8f57bc6 Mon Sep 17 00:00:00 2001 From: Bradley Carpenter Date: Wed, 12 Nov 2014 12:19:45 -0500 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 5278dc551..950099457 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -13,10 +13,9 @@ VirtualBox. Follow these steps: cd vagrantbox vagrant init pokecrystal vagrant up - vagrant ssh -c "cd /vagrant && git clone git://github.com/vagrant/pokecrystal.git" + vagrant ssh -c "cd /vagrant && git clone git://github.com/kanzure/pokecrystal.git" vagrant ssh -c "cd /vagrant/pokecrystal && git submodule init && git submodule update" vagrant ssh - ``` Running "vagrant ssh" will give you a shell to type commands into for compiling