doc: download: drop resolver option for now

This commit is contained in:
Simon Michael 2017-12-31 15:19:17 -08:00
parent b8218c5a52
commit b32121d8b4

View File

@ -69,7 +69,7 @@ Or, you can install manually (all systems):
Eg if you're a bash user:\ Eg if you're a bash user:\
  `echo "export PATH=$PATH:~/.local/bin" >> ~/.bashrc && source ~/.bashrc`   `echo "export PATH=$PATH:~/.local/bin" >> ~/.bashrc && source ~/.bashrc`
2. **`stack install --resolver nightly hledger-lib-1.5 hledger-1.5 [hledger-ui-1.5] [hledger-web-1.5] [hledger-api-1.5]`**\ 2. **`stack install hledger-lib-1.5 hledger-1.5 [hledger-ui-1.5] [hledger-web-1.5] [hledger-api-1.5]`**\
\ \
This command installs the specified hledger packages (and required haskell libraries and tools) from [Stackage](https://www.stackage.org) (and if needed, [Hackage](http://hackage.haskell.org)). This command installs the specified hledger packages (and required haskell libraries and tools) from [Stackage](https://www.stackage.org) (and if needed, [Hackage](http://hackage.haskell.org)).
It will work once the release has landed in stackage nightly, usually 1-2 days after hledger release. It will work once the release has landed in stackage nightly, usually 1-2 days after hledger release.