From 1c4a0703d2103d46252caacc531469a93d22368b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 2 Mar 2010 01:03:58 -0800 Subject: [PATCH] Testing some syntax formatting to try to get github to stop double generating highlight tags --- docs/getting_started.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 070e13bbf..29d5387f0 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -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