doc: download: tweak links

This commit is contained in:
Simon Michael 2014-12-12 16:22:32 -08:00
parent 5545ed3632
commit ab19863e00

View File

@ -71,17 +71,17 @@ Use cabal
</tr> </tr>
</table> </table>
## I want to build the [latest release](release-notes.html) with [GHC](http://haskell.org/ghc) and [cabal](http://haskell.org/cabal/download.html) ## I want to build the [latest release](http://hackage.haskell.org/package/hledger) with [GHC](http://haskell.org/ghc) and [cabal](http://haskell.org/cabal/download.html)
`cabal install alex happy` (if you don't already have these in your path)\ `cabal install alex happy` (if you don't already have these in your path)\
`cabal sandbox init; cabal update; cabal install hledger-web`\ `cabal sandbox init; cabal update; cabal install hledger-web`\
<!-- [cabal install guide](cabal-install.html) --> <!-- [cabal install guide](cabal-install.html) -->
Or just cabal install `hledger` if you don't need the web interface. 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. 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. [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) ## I want to build the [latest development version](https://github.com/simonmichael/hledger/commits/master)
`cabal install alex happy` (if you don't already have these in your path)\ `cabal install alex happy` (if you don't already have these in your path)\
`git clone https://github.com/simonmichael/hledger; cd hledger; make sandbox install` `git clone https://github.com/simonmichael/hledger; cd hledger; make sandbox install`