site: download: clarify stack snapshot status

This commit is contained in:
Simon Michael 2015-10-30 14:02:24 -07:00
parent 3d5e65a238
commit f858b85ddd

View File

@ -91,6 +91,9 @@ This is a quick way to help the project and your fellow users!
**Using the stack tool** (easiest, recommended): **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) 1. Install [`stack`](https://github.com/commercialhaskell/stack/wiki/Downloads)
(on Windows, you should choose the 64-bit stack download if you will be (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)). 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\ 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-ui` (the terminal UI; not available on Windows; includes the above), or\
`stack --resolver SNAPSHOT install hledger-web` (the web UI; includes the above)\ `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)
4. stack will report where it installed the binaries (`~/.local/bin` or the Windows equivalent). 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), You should ensure this directory is in your `$PATH` (stack will let you know),