From dee282d8cfa87fb4fbf389f5638338de2e9cca2d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 28 Jul 2015 17:30:17 -0700 Subject: [PATCH] docs: download: more cleanups --- doc/site/download.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/doc/site/download.md b/doc/site/download.md index f9b740e14..a0928bf24 100644 --- a/doc/site/download.md +++ b/doc/site/download.md @@ -2,9 +2,11 @@
paypal -Flattr this +Flattr this +
+
## I want to download and run @@ -87,9 +89,11 @@ This is a quick way to help the project and your fellow users! **[Release notes](release-notes.html)** -Recommended: +Using stack (easiest, recommended): -1. Download and install [stack](https://github.com/commercialhaskell/stack/wiki/Downloads) (on windows, choose the 64-bit version if you will be processing [>50k transactions](https://github.com/simonmichael/hledger/issues/275)) +1. Download and install [stack](https://github.com/commercialhaskell/stack/wiki/Downloads) + + (on windows, choose the 64-bit version if you will be processing [>50k transactions](https://github.com/simonmichael/hledger/issues/275)) 2. `stack --resolver nightly-2015-07-13 setup` @@ -99,15 +103,15 @@ Recommended: (on windows, stack [can't](https://github.com/commercialhaskell/stack/issues/661) install the latest hledger-web yet) -Or: +Using cabal: 1. Install [GHC](http://haskell.org/ghc) and [cabal](http://haskell.org/cabal/download.html) -2. `cabal install alex happy` *(if these are not already in your PATH)* -3. `cabal update` +2. `cabal update` +3. `cabal install alex happy` *(if these are not already in your PATH)* 4. `cabal sandbox init` 5. `cabal install hledger[-web]` -## I want to build the [latest master branch](https://github.com/simonmichael/hledger/commits/master) +## I want to build the latest [master branch](https://github.com/simonmichael/hledger/commits/master) 1. `git clone https://github.com/simonmichael/hledger.git` (shortcut: `git clone code.hledger.org hledger`) 2. `cd hledger`