Update Vagrant-guide.md (#612)

Just tested running `vagrant up --provider virtualbox` and it did not download the Ubuntu 14.04 base image, it downloaded xenial64, which is 16.04. Hopefully you will edit this :)
This commit is contained in:
Casper 2018-05-15 20:17:48 +02:00 committed by Eugen Rochko
parent d5e136b3d7
commit 519f6c49ec
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ To create and provision a new virtual machine for Mastodon development run:
Running `vagrant up --provider virtualbox` for the first time will run provisioning, which will:
- Download the Ubuntu 14.04 base image, if there isn't already a copy on your machine
- Download the Ubuntu 16.04 base image, if there isn't already a copy on your machine
- Create a new VirtualBox virtual machine from that image
- Run the provisioning script (located inside the Vagrantfile), which installs the system packages, Ruby gems, and JS modules required for Mastodon