diff options
author | Bradley Carpenter <Bradley-Plus@users.noreply.github.com> | 2014-11-12 10:30:37 -0500 |
---|---|---|
committer | Bradley Carpenter <Bradley-Plus@users.noreply.github.com> | 2014-11-12 10:30:37 -0500 |
commit | 70c90ad4256324d47edb944ef6228848d21ed9fa (patch) | |
tree | 8e039a0a02240bdeae5ced42ad749cc4a800b72d | |
parent | cc83817895371ea09d572b80b09de47e637388eb (diff) |
Update INSTALL.md
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 84bb3de81..34eefc0ba 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -6,6 +6,7 @@ VirtualBox. Follow these steps: * [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/) * Run these commands: + ``` vagrant box add pokecrystal http://diyhpl.us/~bryan/irc/pokecrystal/pokecrystal.box mkdir vagrantbox @@ -15,7 +16,8 @@ VirtualBox. Follow these steps: 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 the source code. The the "virtualbox" directory on the host appears as a shared |