Update INSTALL.md

This commit is contained in:
Bradley Carpenter 2014-11-12 12:19:00 -05:00
parent 7302978f13
commit b99b117b81

View File

@ -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/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