...
Code Block | ||
---|---|---|
| ||
# Bring up the virtual machine
# This step is only necessary after a reboot
vagrant up
# Access the box
vagrant ssh
# Move to the firmware_xiv folder
cd shared/firmware_xiv
# See https://github.com/uw-midsun/firmware_xiv #usage for some common commands
make [cmd] ...
#To exit the virtual machine press CTRL + D
vagrant halt |
You're done! From now on, we'll assume you're using our development environment.
...