mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
Update INSTALL.md
This commit is contained in:
parent
b99b117b81
commit
cdb0bacd3a
@ -13,10 +13,9 @@ VirtualBox. Follow these steps:
|
|||||||
cd vagrantbox
|
cd vagrantbox
|
||||||
vagrant init pokecrystal
|
vagrant init pokecrystal
|
||||||
vagrant up
|
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 -c "cd /vagrant/pokecrystal && git submodule init && git submodule update"
|
||||||
vagrant ssh
|
vagrant ssh
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Running "vagrant ssh" will give you a shell to type commands into for compiling
|
Running "vagrant ssh" will give you a shell to type commands into for compiling
|
||||||
|
Loading…
x
Reference in New Issue
Block a user