From 885d3778fc689e6b4bf0f90f0efb8ab69a70bcd8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 22 Dec 2016 17:16:20 -0800 Subject: [PATCH] site: download: --resolver=nightly is unneeded --- site/download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/download.md b/site/download.md index 2105bdf5b..c7b4b26fe 100644 --- a/site/download.md +++ b/site/download.md @@ -46,7 +46,7 @@ You have to build it, but that's pretty easy. 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]`\ +2. `stack install hledger [hledger-ui] [hledger-web] [hledger-api]`\ On Windows, hledger-ui is [not yet available](https://github.com/coreyoconnor/vty/pull/1).\ If stack says you need to run `stack setup`, do that first.\ Warnings about "No packages found in snapshot which provide a "hsc2hs" executable" can be ignored.\