From 1431ce501b542414994e2a8e314fa966913bd823 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 6 Nov 2013 13:57:53 -0800 Subject: [PATCH] docs: literal block formatting fix --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index b80cc8b9b..69cc8c6db 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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.