diff --git a/DOWNLOAD.md b/DOWNLOAD.md
index d8a68c2f8..af3b1338c 100644
--- a/DOWNLOAD.md
+++ b/DOWNLOAD.md
@@ -5,6 +5,9 @@ title: hledger downloads
# Downloads
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
**10.7** |
|
+
+ |
+ |
+ |
+ Sponsor: **Jon Hancock**! |
+ |
+
- | **hledger** (command-line interface): |
+ | **hledger** (command-line): |
[hledger-0.14-linux-i686.gz](download/hledger-0.14-linux-i686.gz)
@@ -66,7 +79,7 @@ ones. Otherwise, you can of course build your own: see
|
- | **hledger-web** (web interface): |
+ | **hledger-web** (web): |
[hledger-web-0.14-linux-i686.gz](download/hledger-web-0.14-linux-i686.gz)
@@ -85,7 +98,7 @@ ones. Otherwise, you can of course build your own: see
|
- | **hledger-vty** (curses interface): |
+ | **hledger-vty** (curses): |
[hledger-vty-0.14-linux-i686.gz](download/hledger-vty-0.14-linux-i686.gz)
@@ -103,6 +116,8 @@ ones. Otherwise, you can of course build your own: see
|
+ |
+
@@ -147,5 +162,8 @@ ones. Otherwise, you can of course build your own: see
-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