mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 04:46:31 +03:00
site: more binaries doc tweaks
This commit is contained in:
parent
88459143fd
commit
33f2835808
@ -2,7 +2,7 @@
|
|||||||
<style>
|
<style>
|
||||||
body {padding:1em;}
|
body {padding:1em;}
|
||||||
#platformdocs table {border:none;}
|
#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;}
|
code {white-space:nowrap;}
|
||||||
</style>
|
</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.
|
Pick a likely-looking linux binary, pick a mouse button, and download.
|
||||||
Go to the download folder in a shell window.
|
Go to the download folder in a shell window.
|
||||||
If the file did not get decompressed, do that now: <code>gunzip hledger-*</code>.
|
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>.
|
Make it executable: <code>chmod +x hledger</code>.
|
||||||
Try running it: <code>./hledger --help</code>.
|
Try running it: <code>./hledger --help</code>.
|
||||||
|
|
||||||
@ -37,16 +37,17 @@ Try running it: <code>./hledger --help</code>.
|
|||||||
Click the latest mac binary.
|
Click the latest mac binary.
|
||||||
The file should be downloaded and decompressed into your Safari download folder.
|
The file should be downloaded and decompressed into your Safari download folder.
|
||||||
Open a terminal window and go to that 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>.
|
Make it executable: <code>chmod +x hledger</code>.
|
||||||
Try running it: <code>./hledger --help</code>.
|
Try running it: <code>./hledger --help</code>.
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
||||||
Windows binary coming soon.
|
<em>Windows binary coming soon.</em><br>
|
||||||
Right-click and save to your desktop.
|
Right-click the latest windows binary and save to your desktop.
|
||||||
If the file did not get decompressed, do that now.
|
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.
|
Open a command window and go to that folder.
|
||||||
Try running it: <code>hledger --help</code>.
|
Try running it: <code>hledger --help</code>.
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user