From 3cd21d037d40c649b5d3cb47e9d9eff67d3273a9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 5 Jun 2009 06:24:06 +0000 Subject: [PATCH] site: better binaries docs --- website/binaries/HEADER.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/website/binaries/HEADER.html b/website/binaries/HEADER.html index 6af84978d..81e54d97e 100644 --- a/website/binaries/HEADER.html +++ b/website/binaries/HEADER.html @@ -1,6 +1,13 @@ +

hledger binaries

-Experimental hledger binaries built by Simon. -Where possible these include all extra build options. -The gnu/linux binaries are not static; they might work on other linux distros/versions and they might not. Please let me know how you get on. +Experimental hledger binaries. +

+Pick a likely-looking file, pick a mouse button, and download.
+Go to the download folder in a terminal/shell/command window.
+Hopefully the file got decompressed, if not, do that now.
+Rename it to hledger.
+Make it executable: chmod +x hledger.
+Try running it: ./hledger --help.
+Success/failure reports and advice on making this easier are most welcome.