3.2 KiB
Download
I want to download and run
**I'm on Debian or Ubuntu**\
`apt-get install hledger hledger-web`
I'm on Gentoo I'm on Red Hat/Fedora/CentOS I'm on NixOS |
|
I want to build the latest release with GHC and cabal
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.
The Installation Guide describes how to install using cabal in more detail.
Release Notes shows what's new in the hledger packages.
I want to build the latest development version
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