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.
This commit is contained in:
Brian Cain 2018-12-10 08:47:24 -08:00
parent eeecd258f8
commit 951902506f
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 1 additions and 1 deletions

View File

@ -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