site: update stack link

This commit is contained in:
Simon Michael 2015-12-18 09:01:46 -08:00
parent fb407c4da0
commit 5dcd733907

View File

@ -93,13 +93,13 @@ This is a quick way to help the project and your fellow users!
**with stack** (most reliable, recommended) **with stack** (most reliable, recommended)
1. Install [`stack`](https://github.com/commercialhaskell/stack/blob/master/doc/install_and_upgrade.md) 1. Install [`stack`](http://haskellstack.org)
(On Windows, the 64-bit version is [recommended](https://github.com/simonmichael/hledger/issues/275).) (On Windows, the 64-bit version is [recommended](https://github.com/simonmichael/hledger/issues/275).)
<!-- needed if you will be processing >50,000 transactions at once --> <!-- needed if you will be processing >50,000 transactions at once -->
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 --resolver nightly install hledger` (installs just the command-line interface), or\ 3. `stack --resolver nightly-2015-11-04 install hledger` (installs just the command-line interface), or\
`stack --resolver nightly install hledger-web` (installs both CLI and web interface)\ `stack --resolver nightly-2015-11-04 install hledger-web` (installs both CLI and web interface)\
<!-- `stack --resolver nightly-2015-11-02 install hledger-ui` (the curses-style interfaces; [not yet available on Windows](https://github.com/coreyoconnor/vty/pull/1); also installs the CLI), or\ --> <!-- `stack --resolver nightly-2015-11-02 install hledger-ui` (the curses-style interfaces; [not yet available on Windows](https://github.com/coreyoconnor/vty/pull/1); also installs the CLI), or\ -->
*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.* *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.*
4. Ensure `~/.local/bin` or the Windows equivalent is in your `$PATH`, 4. Ensure `~/.local/bin` or the Windows equivalent is in your `$PATH`,