From 519f6c49ec3db82da6f1035169564564dcbd5475 Mon Sep 17 00:00:00 2001 From: Casper Date: Tue, 15 May 2018 20:17:48 +0200 Subject: [PATCH] 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 :) --- Running-Mastodon/Vagrant-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-Mastodon/Vagrant-guide.md b/Running-Mastodon/Vagrant-guide.md index dd5b33ce..6e329399 100644 --- a/Running-Mastodon/Vagrant-guide.md +++ b/Running-Mastodon/Vagrant-guide.md @@ -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