diff --git a/site/download.md b/site/download.md index 66adaf06c..528f26212 100644 --- a/site/download.md +++ b/site/download.md @@ -98,8 +98,7 @@ This is a quick way to help the project and your fellow users! 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-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)\ +3. `stack --resolver nightly-2015-11-04 install hledger [hledger-web]` \ *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`,