From 5dcd7339071dd6f613c622d302f2cec7af09d493 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 18 Dec 2015 09:01:46 -0800 Subject: [PATCH] site: update stack link --- site/download.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/download.md b/site/download.md index af869e56a..66adaf06c 100644 --- a/site/download.md +++ b/site/download.md @@ -93,13 +93,13 @@ This is a quick way to help the project and your fellow users! **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).) 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 install hledger` (installs just the command-line interface), or\ - `stack --resolver nightly install hledger-web` (installs both CLI and web interface)\ +3. `stack --resolver nightly-2015-11-04 install hledger` (installs just the command-line interface), or\ + `stack --resolver nightly-2015-11-04 install hledger-web` (installs both CLI and web interface)\ *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`,