From af1d1239f5067f6423ccf549cfad07277dca1ab1 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 2 Jan 2015 14:19:30 -0800 Subject: [PATCH] doc: download: tweaks, link to hledger-vagrant --- doc/site/download.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/site/download.md b/doc/site/download.md index 6cebd8c23..d0a9b3c84 100644 --- a/doc/site/download.md +++ b/doc/site/download.md @@ -73,8 +73,8 @@ Use cabal ## 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 sandbox init; cabal update; cabal install hledger-web`\ +`cabal install alex happy` *(if you don't already have these in your path)*\ +`cabal sandbox init; cabal update; cabal install hledger-web` *(use cabal 1.20+)*\ Or just cabal install `hledger` if you don't need the web interface.\ @@ -86,3 +86,6 @@ The [Installation Guide](installing.html) describes how to install using cabal i `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` +## I want to run the Ubuntu hledger packages in a virtual machine + +Try .