Add brackets around sudo on Extras page

This commit is contained in:
John Hughes 2013-07-16 21:01:01 +01:00
parent 52b3afdb71
commit aae84c4180
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ of [Maruku](http://github.com/bhollis/maruku) for Markdown, just make sure you h
it installed:
{% highlight bash %}
$ sudo gem install rdiscount
$ [sudo] gem install rdiscount
{% endhighlight %}
And then specify RDiscount as the Markdown engine in your `_config.yml` file to
@ -40,7 +40,7 @@ You can also use [Kramdown](http://kramdown.rubyforge.org/) instead of Maruku
for Markdown. Make sure that Kramdown is installed:
{% highlight bash %}
$ sudo gem install kramdown
$ [sudo] gem install kramdown
{% endhighlight %}
Then you can specify Kramdown as the Markdown engine in `_config.yml`.