diff --git a/doc/site/download.md b/doc/site/download.md index 01fc3efe6..1463ae131 100644 --- a/doc/site/download.md +++ b/doc/site/download.md @@ -98,9 +98,9 @@ processing >50,000 transactions at a time with hledger, cf [#275](https://github 2. `stack setup` (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\ - `stack install hledger-ui` (the terminal UI; not available on Windows; includes the above), or\ - `stack install hledger-web` (the web UI; includes the above) +3. `stack --resolver nightly-2015-10-25 install hledger` (the command-line UI), or\ + `stack --resolver nightly-2015-10-25 install hledger-ui` (the terminal UI; not available on Windows; includes the above), or\ + `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). You should ensure this directory is in your `$PATH` (stack will let you know),