From cf5dda72b1ae50ce8b3aa791118322b561ffdb54 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 14 Jan 2016 09:44:26 -0800 Subject: [PATCH] site: download: hledger-ui now on stackage (#301) --- site/download.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/site/download.md b/site/download.md index 528f26212..4b73952d4 100644 --- a/site/download.md +++ b/site/download.md @@ -98,9 +98,7 @@ This is a quick way to help the project and your fellow users! 2. `stack setup` (if you need GHC installed. If you're not sure, run the next command and it will tell you.) -3. `stack --resolver nightly-2015-11-04 install hledger [hledger-web]` \ - - *2015/11/3: hledger-ui has [not yet reached stackage](https://github.com/fpco/stackage/issues/938); you must install it from source or with cabal, see below.* +3. `stack --resolver lts-4 install hledger [hledger-ui] [hledger-web]` 4. Ensure `~/.local/bin` or the Windows equivalent is in your `$PATH`, so that you can just type `hledger` to run it. (stack will show the proper directory and will tell you if it is not in $PATH).