docs: download page updates
This commit is contained in:
parent
e6de6d0cd5
commit
5a7e94a08a
36
DOWNLOAD.md
36
DOWNLOAD.md
@ -5,6 +5,9 @@ title: hledger downloads
|
||||
# Downloads
|
||||
|
||||
<style>
|
||||
table {
|
||||
margin:2em 0;
|
||||
}
|
||||
tr.heading td {
|
||||
border-top:thin solid #ddd;
|
||||
}
|
||||
@ -12,14 +15,17 @@ td {
|
||||
vertical-align:top;
|
||||
font-size:small;
|
||||
}
|
||||
code {
|
||||
white-space:nowrap;
|
||||
td a:link {
|
||||
color:#888;
|
||||
}
|
||||
td strong a:link {
|
||||
color:#000;
|
||||
}
|
||||
</style>
|
||||
|
||||
<br>
|
||||
<a href="https://www.wepay.com/donate/74643?ref=widget&utm_medium=widget&utm_campaign=donation"
|
||||
target="_blank" style="float:right;margin:0 1em;"
|
||||
target="_blank" style="float:right;margin:1em;"
|
||||
><img src="https://www.wepay.com/img/widgets/donate_with_wepay.png" alt="Donate with WePay" /></a>
|
||||
|
||||
Generating and supporting portable binaries costs time and effort that can
|
||||
@ -27,7 +33,7 @@ be better used elsewhere. So, I do it when stimulated by donations.
|
||||
Binaries funded in this way will then be available to all - a quick way to
|
||||
help the project and your fellow users!
|
||||
|
||||
My latest available platform binaries are below. On some platforms, such
|
||||
Our latest available platform binaries are below. On some platforms, such
|
||||
as Debian, your packaging system will have more up-to-date and convenient
|
||||
ones. Otherwise, you can of course build your own: see
|
||||
[Installing](../MANUAL.html#installing).
|
||||
@ -45,8 +51,15 @@ ones. Otherwise, you can of course build your own: see
|
||||
<td width="20%">**10.7**</td>
|
||||
<td width="20%"></td>
|
||||
</tr>
|
||||
<tr style="text-align:center;color:green;">
|
||||
<td width="20%"></td>
|
||||
<td width="20%"></td>
|
||||
<td width="20%"></td>
|
||||
<td width="20%">Sponsor: **Jon Hancock**!</td>
|
||||
<td width="20%"></td>
|
||||
</tr>
|
||||
|
||||
<tr class="heading"><td colspan=5>**hledger** (command-line interface):</td></tr>
|
||||
<tr class="heading"><td colspan=5>**hledger** (command-line):</td></tr>
|
||||
<tr align="center">
|
||||
<td>
|
||||
[hledger-0.14-linux-i686.gz](download/hledger-0.14-linux-i686.gz)<br><br>
|
||||
@ -66,7 +79,7 @@ ones. Otherwise, you can of course build your own: see
|
||||
</tr>
|
||||
|
||||
<!-- <tr><td colspan=4>optional add-ons:</td></tr> -->
|
||||
<tr class="heading"><td colspan=5>**hledger-web** (web interface):</td></tr>
|
||||
<tr class="heading"><td colspan=5>**hledger-web** (web):</td></tr>
|
||||
<tr align="center">
|
||||
<td>
|
||||
[hledger-web-0.14-linux-i686.gz](download/hledger-web-0.14-linux-i686.gz)<br><br>
|
||||
@ -85,7 +98,7 @@ ones. Otherwise, you can of course build your own: see
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr class="heading"><td colspan=5>**hledger-vty** (curses interface):</td></tr>
|
||||
<tr class="heading"><td colspan=5>**hledger-vty** (curses):</td></tr>
|
||||
<tr align="center">
|
||||
<td>
|
||||
[hledger-vty-0.14-linux-i686.gz](download/hledger-vty-0.14-linux-i686.gz)<br><br>
|
||||
@ -103,6 +116,8 @@ ones. Otherwise, you can of course build your own: see
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr class="heading"><td colspan=5></td></tr>
|
||||
|
||||
<!-- <tr class="heading"><td colspan=5>**hledger-chart** (pie chart generator):</td></tr> -->
|
||||
<!-- <tr align="center"> -->
|
||||
<!-- <td> -->
|
||||
@ -147,5 +162,8 @@ ones. Otherwise, you can of course build your own: see
|
||||
|
||||
</table>
|
||||
|
||||
Note you may need to decompress (eg: `gunzip FILE.gz`) and make these
|
||||
executable (eg: `chmod +x FILE`) after downloading.
|
||||
After downloading you may need/want to decompress, make executable, and/or rename. Eg:
|
||||
|
||||
gunzip hledger-web-0.18.2-mac-x86_64.gz
|
||||
chmod +x hledger-web-0.18.2-mac-x86_64
|
||||
mv hledger-web-0.18.2-mac-x86_64 /usr/local/bin/hledger-web
|
||||
|
||||
Loading…
Reference in New Issue
Block a user