diff --git a/doc/ghrelnotes b/doc/ghrelnotes index 4e5aae7a6..3e820ba7c 100755 --- a/doc/ghrelnotes +++ b/doc/ghrelnotes @@ -53,6 +53,7 @@ If you have [eget](https://github.com/zyedidia/eget), that's a convenient way to eget simonmichael/hledger --all ``` + Otherwise: @@ -119,7 +121,7 @@ In a powershell window (press `WINDOWS-R`, `powershell`, `ENTER`): ``` cd ~ -curl https://github.com/simonmichael/hledger/releases/download/1.43.2/hledger-windows-x64.zip -OutFile hledger-windows-x64.zip +curl https://github.com/simonmichael/hledger/releases/download/1.50.4/hledger-windows-x64.zip -OutFile hledger-windows-x64.zip Expand-Archive hledger-windows-x64.zip -Force -DestinationPath AppData\Roaming\local\bin hledger --version; hledger-ui --version; hledger-web --version # should show $REL ```