diff --git a/site/binaries/HEADER.html b/site/binaries/HEADER.html index 9d384d53e..8d86bfc6a 100644 --- a/site/binaries/HEADER.html +++ b/site/binaries/HEADER.html @@ -30,8 +30,8 @@ smoother. -Pick a likely-looking linux binary, pick a mouse button, and download. -Go to the download folder in a terminal window. +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 to hledger. Make it executable: chmod +x hledger. @@ -40,9 +40,9 @@ Try running it: ./hledger --help. -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. +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 to hledger. Make it executable: chmod +x hledger. Try running it: ./hledger --help. @@ -50,13 +50,11 @@ Try running it: ./hledger --help. -Click the latest windows binary. -The file should download and be decompressed. -Save the binary as hledger.exe to eg your desktop. -Open a command window and go to that folder. +Download the windows binary, usually by right-click -> save as. +Save the binary as hledger.exe. +Open a command window and go to your browser's download folder. Try running it: hledger --help. -Create a ledger with hledger add, -then try hledger web. +Then try hledger web. A security dialog will pop up, where you can choose whether other machines may access your hledger web interface.