diff --git a/site/download.md b/site/download.md index 972793609..5117f81be 100644 --- a/site/download.md +++ b/site/download.md @@ -44,7 +44,9 @@ You have to build it, but that's pretty easy. 1. Install [`stack`](http://haskell-lang.org/get-started). On Windows, the 64-bit version is [recommended](https://github.com/simonmichael/hledger/issues/275#issuecomment-123834252). - On Arch, you [may need to also install GHC manually](https://github.com/simonmichael/hledger/issues/434). + On Arch, you [may need to also install GHC manually](https://github.com/simonmichael/hledger/issues/434).\ + (If you're a [`cabal`](https://www.haskell.org/cabal/) expert, feel free to use that instead, adapting these instructions appropriately.) + 2. `stack install --resolver=nightly hledger [hledger-ui] [hledger-web] [hledger-api]`\ On Windows, hledger-ui is [not yet available](https://github.com/coreyoconnor/vty/pull/1).\ @@ -62,7 +64,6 @@ You have to build it, but that's pretty easy. `echo "export PATH=$PATH:~/.local/bin" >> ~/.bashrc && source ~/.bashrc`\ Now you can run `hledger --version`, `hledger-ui --version` etc. -Installing with [`cabal`](https://www.haskell.org/cabal/) is similar, if you're familiar with that.