site: download: #packaged/released/unreleased targets

This commit is contained in:
Simon Michael 2015-11-09 14:10:59 -08:00
parent 2dc71f6518
commit 60327c3ada

View File

@ -9,6 +9,8 @@
**[Release notes](release-notes.html)**
<a name="packaged"></a>
## I want to download a packaged version
<!-- <sub>(If the download is out of date or doesn't run on my system, I might troubleshoot or donate to fund improvements)</sub> -->
@ -85,6 +87,8 @@ 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!
-->
<a name="released"></a>
## I want to build the latest release (0.27)
**with stack** (most reliable, recommended)
@ -117,6 +121,8 @@ Eg, on a mac:
8. `cabal install hledger[-ui|-web]` (On Windows, hledger-ui is [not yet supported](https://github.com/coreyoconnor/vty/pull/1).)
9. Ensure this `.../hledger-sandbox/.cabal-sandbox/bin` is in your `$PATH` (or move its contents to ~/.cabal/bin).
<a name="unreleased"></a>
## I want to build the [unreleased git version](https://github.com/simonmichael/hledger/commits/master)
1. `git clone http://code.hledger.org hledger`