From f858b85dddfb2b4ba61b784facffcbe5ec6e685a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 30 Oct 2015 14:02:24 -0700 Subject: [PATCH] site: download: clarify stack snapshot status --- doc/site/download.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/site/download.md b/doc/site/download.md index b7cbb9f34..3903ad857 100644 --- a/doc/site/download.md +++ b/doc/site/download.md @@ -91,6 +91,9 @@ This is a quick way to help the project and your fellow users! **Using the stack tool** (easiest, recommended): +*SNAPSHOT for 0.27 will be announced when ready, until then use cabal or see "build the latest master branch" below* + + 1. Install [`stack`](https://github.com/commercialhaskell/stack/wiki/Downloads) (on Windows, you should choose the 64-bit stack download if you will be processing >50,000 transactions at a time with hledger, cf [#275](https://github.com/simonmichael/hledger/issues/275)). @@ -100,8 +103,7 @@ processing >50,000 transactions at a time with hledger, cf [#275](https://github 3. `stack --resolver SNAPSHOT install hledger` (the command-line UI), or\ `stack --resolver SNAPSHOT install hledger-ui` (the terminal UI; not available on Windows; includes the above), or\ - `stack --resolver SNAPSHOT install hledger-web` (the web UI; includes the above)\ - SNAPSHOT for 0.27 will be announced when ready, until then build the latest master branch (below) + `stack --resolver SNAPSHOT install hledger-web` (the web UI; includes the above) 4. stack will report where it installed the binaries (`~/.local/bin` or the Windows equivalent). You should ensure this directory is in your `$PATH` (stack will let you know),