Get rid of `sudo` in `sudo gem install` on docs

This commit is contained in:
Mitchell Hashimoto 2010-05-06 20:40:48 -07:00
parent 40e427050d
commit d5e5733084
2 changed files with 2 additions and 2 deletions

View File

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

View File

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