From 951902506fc1dc2ae300893389e90f01d70f597f Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Mon, 10 Dec 2018 08:47:24 -0800 Subject: [PATCH] Use specific Vagrant box in tutorial setup This commit ensures that a proper box is used during the project setup tutorial. Otherwise later down the road uesrs will run into Vagrant saying that the box `base` doesn't exist. --- website/source/intro/getting-started/project_setup.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/project_setup.html.md b/website/source/intro/getting-started/project_setup.html.md index 63b8cbd52..63ea34b92 100644 --- a/website/source/intro/getting-started/project_setup.html.md +++ b/website/source/intro/getting-started/project_setup.html.md @@ -25,7 +25,7 @@ please follow along in your terminal: ``` $ mkdir vagrant_getting_started $ cd vagrant_getting_started -$ vagrant init +$ vagrant init hasicorp/precise64 ``` This will place a `Vagrantfile` in your current directory. You can