mirror of https://github.com/pret/pokecrystal.git
Update INSTALL.md
This commit is contained in:
parent
464d89c59e
commit
cc83817895
|
@ -6,7 +6,7 @@ VirtualBox. Follow these steps:
|
||||||
* [Download and install Vagrant](http://www.vagrantup.com/downloads.html)
|
* [Download and install Vagrant](http://www.vagrantup.com/downloads.html)
|
||||||
* Follow the instructions to [download and install VirtualBox](http://docs-v1.vagrantup.com/v1/docs/getting-started/)
|
* Follow the instructions to [download and install VirtualBox](http://docs-v1.vagrantup.com/v1/docs/getting-started/)
|
||||||
* Run these commands:
|
* Run these commands:
|
||||||
|
```
|
||||||
vagrant box add pokecrystal http://diyhpl.us/~bryan/irc/pokecrystal/pokecrystal.box
|
vagrant box add pokecrystal http://diyhpl.us/~bryan/irc/pokecrystal/pokecrystal.box
|
||||||
mkdir vagrantbox
|
mkdir vagrantbox
|
||||||
cd vagrantbox
|
cd vagrantbox
|
||||||
|
@ -15,6 +15,7 @@ VirtualBox. Follow these steps:
|
||||||
vagrant ssh -c "cd /vagrant && git clone git://github.com/kanzure/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
|
||||||
the source code. The the "virtualbox" directory on the host appears as a shared
|
the source code. The the "virtualbox" directory on the host appears as a shared
|
||||||
|
|
Loading…
Reference in New Issue