site: more binaries doc tweaks

This commit is contained in:
Simon Michael 2009-06-13 21:22:49 +00:00
parent 88459143fd
commit 33f2835808

View File

@ -2,7 +2,7 @@
<style>
body {padding:1em;}
#platformdocs table {border:none;}
#platformdocs td {width:33%;vertical-align:top;}
#platformdocs td {width:33%;vertical-align:top;padding-left:0.5em;padding-right:0.5em;}
code {white-space:nowrap;}
</style>
@ -27,7 +27,7 @@ href="http://hledger.org/#contact">http://hledger.org/#contact</a>
Pick a likely-looking linux binary, pick a mouse button, and download.
Go to the download folder in a shell window.
If the file did not get decompressed, do that now: <code>gunzip hledger-*</code>.
Rename the binary to hledger.
Rename the binary to <code>hledger</code>.
Make it executable: <code>chmod +x hledger</code>.
Try running it: <code>./hledger --help</code>.
@ -37,16 +37,17 @@ Try running it: <code>./hledger --help</code>.
Click the latest mac binary.
The file should be downloaded and decompressed into your Safari download folder.
Open a terminal window and go to that folder.
Rename the binary to hledger.
Rename the binary to <code>hledger</code>.
Make it executable: <code>chmod +x hledger</code>.
Try running it: <code>./hledger --help</code>.
</td>
<td>
Windows binary coming soon.
Right-click and save to your desktop.
<em>Windows binary coming soon.</em><br>
Right-click the latest windows binary and save to your desktop.
If the file did not get decompressed, do that now.
Rename the binary to <code>hledger.exe</code>.
Open a command window and go to that folder.
Try running it: <code>hledger --help</code>.
</td>