2.9 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	Download
I want to download and run
| I’m on Debian or Ubuntu 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 sandbox init; cabal update; cabal install hledger-web
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 code
git clone https://github.com/simonmichael/hledger; cd hledger; make sandbox install

