Create virtual machine to run in

Fixes issue #31.
This commit is contained in:
Victor Engmark 2017-12-11 10:40:46 +13:00
parent e16dde15ad
commit a3e5fd6bd8

4
Vagrantfile vendored Normal file
View File

@ -0,0 +1,4 @@
Vagrant.configure("2") do |config|
config.vm.box = "terrywang/archlinux"
config.vm.synced_folder ".", "/vagrant_data"
end