docs: reorder windows binary instructions

This commit is contained in:
Simon Michael 2009-12-18 04:12:21 +00:00
parent ef202ada2e
commit 0716659430

View File

@ -55,9 +55,10 @@ The file should download and be decompressed.
Save the binary as <code>hledger.exe</code> to eg your desktop. Save the binary as <code>hledger.exe</code> to eg your desktop.
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>.
The first time you run <code>hledger web</code> (create a ledger with <code>hledger add</code> first), Create a ledger with <code>hledger add</code>,
a security dialog may pop up; just click "Keep blocking" or equivalent, then try <code>hledger web</code>.
unless you want to access your hledger web interface from other machines. A security dialog will pop up, where you can choose whether other machines
may access your hledger web interface.
</td> </td>
</tr> </tr>