diff --git a/DOWNLOAD.markdown b/DOWNLOAD.markdown new file mode 100644 index 000000000..b1bc59def --- /dev/null +++ b/DOWNLOAD.markdown @@ -0,0 +1,62 @@ +--- +title: hledger downloads +--- + +# hledger downloads + + + +Here are hledger binaries which might just work on your computer. +Please try the instructions for your platform, and if you have trouble, +report it to Support. +Or, try installing with cabal. + +
- -Here are hledger binaries which "might just work" on your computer. -Choose GNU/Linux, Mac or Windows and follow the instructions. If you -have any trouble, please report it to Support. -To build your own custom version of hledger, see -installing with cabal instead. - -
- -
| - GNU/Linux (intel) | - Mac | - Windows | 
|---|---|---|
| -
-Download the appropriate (32-bit or 64-bit) linux binary, usually by right-click -> save as.
-Go to your browser's download directory in a terminal window.
-If the file did not get decompressed, do that now: -gunzip hledger-*.
-Rename the binary tohledger.
-Make it executable:chmod +x hledger.
-Try running it:./hledger --help.
-
- | -
-Download the mac (OSX intel) binary, eg by right-click -> save as.
-Open a terminal window and go to your browser's download folder.
-If the file did not get decompressed, do that now: -gunzip hledger-*.
-Rename the binary tohledger.
-Make it executable:chmod +x hledger.
-Try running it:./hledger --help.
-
- | - -Click the windows binary to download and unzip it to (eg) your desktop. -Double-click on the unzipped file to run the web interface (the default behaviour on windows). -A security dialog may pop up, where you can choose whether other machines -may access your hledger web interface. - -- |