diff --git a/site/download.md b/site/download.md index 3602b7105..e4eb3a827 100644 --- a/site/download.md +++ b/site/download.md @@ -117,13 +117,11 @@ Or, you can install stack or cabal yourself and deal with them directly. |--------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | | | | [hledger-install.sh]
*Linux, Mac, WSL* | **`curl -s https://raw.githubusercontent.com/simonmichael/hledger/master/hledger-install/hledger-install.sh -O`**
**`less hledger-install.sh`**    *# satisfy yourself that the script is safe*
**`bash hledger-install.sh`**    *# runs stack or cabal, installing stack if needed*
| -| [stack]
*Linux, Mac, Windows* | **`stack install --resolver=nightly-2019-03-21 hledger hledger-web hledger-ui`**    *# installs GHC if needed.* | +| [stack]
*Linux, Mac, Windows* | **`stack install --resolver=nightly-2019-05-11 hledger hledger-web hledger-ui --verbosity=error`**    *# installs GHC if needed.* | | [cabal]
*Linux, Mac, Windows* | **`cabal v2-update && cabal v2-install hledger-1.14.2 hledger-web-1.14.1 hledger-ui-1.14.2`** | On Windows, hledger-ui is not available and should be omitted from the commands above (except, it probably works in WSL). -For less verbose output, you can add `--verbosity error`. - #### Resource usage Building Haskell programs typically involves downloading and compiling and