site: download: update recommended stack snapshot

This commit is contained in:
Simon Michael 2015-10-30 13:23:22 -07:00
parent 63314daeba
commit fbfa725197

View File

@ -98,9 +98,9 @@ processing >50,000 transactions at a time with hledger, cf [#275](https://github
2. `stack setup` 2. `stack setup`
(if you need GHC installed. If you're not sure, run the next command and it will tell you.) (if you need GHC installed. If you're not sure, run the next command and it will tell you.)
3. `stack install hledger` (the command-line UI), or\ 3. `stack --resolver nightly-2015-10-25 install hledger` (the command-line UI), or\
`stack install hledger-ui` (the terminal UI; not available on Windows; includes the above), or\ `stack --resolver nightly-2015-10-25 install hledger-ui` (the terminal UI; not available on Windows; includes the above), or\
`stack install hledger-web` (the web UI; includes the above) `stack --resolver nightly-2015-10-25 install hledger-web` (the web UI; includes the above)
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),