docs: literal block formatting fix

This commit is contained in:
Simon Michael 2013-11-06 13:57:53 -08:00
parent 669219d570
commit 1431ce501b

View File

@ -97,8 +97,8 @@ or get help.
you should add cabal's bin directory to your PATH environment variable.
Eg on unix-like systems, something like:
$ echo 'export PATH=$PATH:~/cabal/bin' >> ~/.bash_profile
$ source ~/.bash_profile
$ echo 'export PATH=$PATH:~/cabal/bin' >> ~/.bash_profile
$ source ~/.bash_profile
#. **Did you cabal update ?**
If not, `cabal update` and try again.