Testing some syntax formatting to try to get github to stop double generating highlight tags

This commit is contained in:
Mitchell Hashimoto 2010-03-02 01:03:58 -08:00
parent bbcf74cc64
commit 1c4a0703d2
1 changed files with 2 additions and 4 deletions

View File

@ -18,12 +18,10 @@ Let's get started with the bare minimum needed to get your first virtual environ
running, then we'll go over them step by step. After running the following sequence of
commands, you'll have a fully functional Ubuntu-based server running in the background!
{% highlight bash %}
$ sudo gem install vagrant
{% highlight bash %}$ sudo gem install vagrant
$ vagrant box add base http://files.vagrantup.com/base.box
$ vagrant init
$ vagrant up
{% endhighlight %}
$ vagrant up{% endhighlight %}
## Step-by-Step Explanations