From 73c198bc9977a35680925787ef814107d36e5d0d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 21 Nov 2016 06:32:50 -0800 Subject: [PATCH] site: download: mention arch issue (fixes #434) --- site/download.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/download.md b/site/download.md index 5e49750d5..2105bdf5b 100644 --- a/site/download.md +++ b/site/download.md @@ -44,6 +44,7 @@ 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). 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).\