diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index ad793dfc5..9d0e7b4b5 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -54,7 +54,7 @@ quickest and easiest way to distribute Vagrant to the masses, and it can be inst just as easily: {% highlight bash %} -$ sudo gem install vagrant +$ gem install vagrant {% endhighlight %} ## Your First Vagrant Virtual Environment diff --git a/index.md b/index.md index 3c7c89409..d341e28ab 100644 --- a/index.md +++ b/index.md @@ -17,7 +17,7 @@ the [getting started guide](/docs/getting-started/index.html), the ## Your First Vagrant Virtual Environment {% highlight bash %} -$ sudo gem install vagrant +$ gem install vagrant $ vagrant box add base http://files.vagrantup.com/base.box $ vagrant init $ vagrant up