simonmichael / hledger

Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
https://hledger.org
GNU General Public License v3.0
2.97k stars 317 forks source link

Install instruction under Linux with release 1.34 #2200

Closed felixschurk closed 3 months ago

felixschurk commented 4 months ago

https://github.com/simonmichael/hledger/releases/tag/1.34

Linux release notes show still on how to install the old ones.

https://github.com/simonmichael/hledger/blob/245b082eb9389af4b65ec3f8af3644752d0c46f6/doc/ghrelnotes?plain=1#L39-L43

I think the new ones should be:

cd /usr/local/bin
curl -LOC- https://github.com/simonmichael/hledger/releases/download/1.34/hledger-linux-x64.tar.gz    # just rerun if interrupted
tar xvf hledger-linux-x64.tar.gz && rm -f hledger-linux-x64.tar.gz  # unpack and remove .tar.gz file
cd
hledger --version    # should show the new version

Thanks a lot for the update, its nice to have it straight forward. :)

simonmichael commented 4 months ago

Good catch, thank you! Fixed.

-Simon

On Sat, Jun 1, 2024, at 23:12, Felix Schurk wrote:

https://github.com/simonmichael/hledger/releases/tag/1.34

Linux release notes show still on how to install the old ones.

cd /usr/local/bin curl -LOC- https://github.com/simonmichael/hledger/releases/download/1.34/hledger-linux-x64.zip # just rerun if interrupted unzip hledger-linux-x64.zip && tar xvf hledger-linux-x64.tar && rm -f hledger-linux-x64.{zip,tar} # github workaround, preserves permissions cd hledger --version # should show the new version I think the new ones should be:

cd /usr/local/bin curl -LOC- https://github.com/simonmichael/hledger/releases/download/1.34/hledger-linux-x64.tar.gz # just rerun if interrupted tar xvf hledger-linux-x64.tar.gz && rm -f hledger-linux-x64.tar.gz # unpack and remove .tar.gz file cd hledger --version # should show the new version Thanks a lot for the update, its nice to have it straight forward. :)

— Reply to this email directly, view it on GitHub https://github.com/simonmichael/hledger/issues/2200, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAACPIGXP4GBLXWS3O2KGP3ZFLOZPAVCNFSM6AAAAABIU4SJJCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMZDSNJVGA2DSOA. You are receiving this because you are subscribed to this thread.Message ID: @.***>