3.5 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			3.5 KiB
		
	
	
	
	
	
	
	
Release
notes (https://hledger.org/release-notes.html#hledger-A-BB)
YYYY-MM-DD hledger-A.BB
Summary.
hledger A.BB
Installing
At https://hledger.org/install, binary packages should be available for this release within a few days (look for green badges).
Or, you can build from source as described there, after cloning at
tag A.BB:
git clone https://github.com/simonmichael/hledger --depth 1 -b A.BB
Or, if there are release binaries below suitable for your OS and hardware, you can use those.
Here are some approximate per-platform instructions:
GNU/Linux on 64-bit Intel
At the command line,
$ cd /usr/local/bin
$ curl -LOC- https://github.com/simonmichael/hledger/releases/download/A.BB/hledger-linux-x64.zip   # can rerun this if interrupted
$ unzip -X hledger-linux-x64.zip
$ cd -
$ hledger --version  # should show the new version
$ touch $HOME/.hledger.journal   # ensure a default journal file exists
Mac on 64-bit Intel
In a terminal window,
$ cd /usr/local/bin
$ curl -LOC- https://github.com/simonmichael/hledger/releases/download/A.BB/hledger-mac-x64.zip
$ unzip -X hledger-mac-x64.zip
$ open .
# for the hledger, hledger-ui, hledger-web icons: right-click the executable, Open, confirm it's ok to run
$ cd -
$ hledger --version  # should show the new version
$ touch $HOME/.hledger.journal   # ensure a default journal file exists
Windows 7 on 64-bit
Intel, using Firefox
- click hledger-windows-x64.zip below
- choose Open with Windows Explorer, OK
- click Extract all files
- choose a destination folder - ideally one that appears in
echo %PATH%, likeC:\Windows(though that one will require administrator permission); otherwise, your home directory (C:\Users\YOURNAME)
- check “Show extracted files when complete”
- click Extract, wait for the destination folder to open
- find the hledger, hledger-web icons (if you extracted to
\Windows, you’ll need to scroll down)
- for each icon: double-click, uncheck “Always ask before opening this file”, click Run
- close those Explorer windows
- open a command window (press Windows-r, type CMD, press enter)
- hledger --versionshould show the new version
- echo # >> .hledger.journalto ensure a default journal file exists. (Important: the doubled >> is needed to avoid overwriting existing data.)
Next steps
Once installed, you could try these quick starts / tutorials: