From e8efb55eb4f2eacca9f2bc794f30143b1c4408e0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 3 Dec 2014 13:43:12 -0800 Subject: [PATCH] doc: move release notes on download page --- doc/site/download.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/site/download.md b/doc/site/download.md index e7efba6be..86da35894 100644 --- a/doc/site/download.md +++ b/doc/site/download.md @@ -26,7 +26,6 @@ [hledger-web.linux-64.zip]() Use cabal --> -[Release Notes](release-notes.html) @@ -72,13 +71,14 @@ Use cabal -## I want to build the [latest release](http://hackage.haskell.org/package/hledger-web) with [GHC](http://haskell.org/ghc) and [cabal](http://haskell.org/cabal/download.html) +## I want to build the [latest release](release-notes.html) with [GHC](http://haskell.org/ghc) and [cabal](http://haskell.org/cabal/download.html) `cabal sandbox init; cabal update; cabal install hledger-web`\ Or just cabal install `hledger` if you don't need the web interface. The [Installation Guide](installing.html) describes how to install using cabal in more detail. +[Release Notes](release-notes.html) shows what's new in the hledger packages. ## I want to build the [latest development code](http://hledger.org/code)