From 858a0cba64c71c1e21d195b65f22061d62e9fa2d Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 29 Aug 2011 10:02:27 -0400 Subject: [PATCH] fix code blocks --- index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.md b/index.md index e2ac515..d0cbfc1 100644 --- a/index.md +++ b/index.md @@ -76,24 +76,24 @@ If you receive a different message, you can install qt4-qmake using one of the f ### Ubuntu 11.04 -``` bash +{% highlight bash %} sudo apt-get install libqt4-dev sudo apt-get install qt4-qmake -``` +{% endhighlight %} ### Mac OS X 10.6 #### MacPorts -``` bash +{% highlight bash %} sudo port install qt4-mac -``` +{% endhighlight %} #### Homebrew -``` bash +{% highlight bash %} brew install qt -``` +{% endhighlight %} __(you may need to use `--build-from-source` on Lion)__