2.5 KiB
Download
hledger is shipped as two executables: hledger (the
command-line tool) and hledger-web (the web interface).
Generally (except on Windows), installing hledger-web
automatically installs hledger as well.
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’m on Windows |
I’m on Mac |
Building, testing and supporting Windows and Mac binaries is costly, so it’s demand-driven - you can indicate demand by making a project donation of any size. Binaries funded in this way will be linked here. This is a quick way to help the project and your fellow users!
I want to build the latest release with GHC and cabal
cabal sandbox init; cabal update; cabal install hledger[-web]
The Installation Guide describes how to install using cabal in more detail.
I want to build the latest development code
git clone https://github.com/simonmichael/hledger; cd hledger; make sandbox install
