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