From 9b164806fca522fa61cafdba06f12b35f1d812c2 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 13 Nov 2013 12:17:07 -0800 Subject: [PATCH] docs: more cabal install instructions updates --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 9eb8d4bb6..e3ca4e401 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -86,7 +86,7 @@ To download and build the latest development version of hledger, ensure you have $ cabal update $ cabal install ./hledger-lib ./hledger [./hledger-web] -The same [notes about C libs etc.](#install-from-hackage-with-cabal) apply. +The same [notes above](#install-from-hackage-with-cabal) about requirements and checking your installation apply. ## Troubleshooting