From d2f0077254a5ca73c164d4d630da6f49285eb2c6 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 31 Jul 2022 06:55:59 +0100 Subject: [PATCH] ;doc: github-release-doc: rename, tweaks --- ...ase-template.md => github-release-doc.tmpl.md} | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) rename doc/{github-release-template.md => github-release-doc.tmpl.md} (91%) diff --git a/doc/github-release-template.md b/doc/github-release-doc.tmpl.md similarity index 91% rename from doc/github-release-template.md rename to doc/github-release-doc.tmpl.md index 880d3a38f..2147694b5 100644 --- a/doc/github-release-template.md +++ b/doc/github-release-doc.tmpl.md @@ -5,14 +5,7 @@ -## YYYY-MM-DD hledger-A.BB - -**Summary.** - - -### hledger A.BB - - + @@ -29,7 +22,7 @@ Or, if under "Assets" below there are release binaries suitable for your OS and - YYYY-MM-DD: description. [#NNNN](https://github.com/simonmichael/hledger/issues/NNNN) --> Here are platform-specific instructions for the release binaries. -(You can copy & paste each block of commands as a unit, to save time.): +(You can copy & paste each block of commands as a unit to save time.):
@@ -40,7 +33,7 @@ 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 +curl -LOC- https://github.com/simonmichael/hledger/releases/download/A.BB/hledger-linux-x64.zip # can rerun if interrupted unzip hledger-linux-x64.zip; tar xvf hledger-linux-x64.tar; rm hledger-linux-x64.{zip,tar} # github workaround, preserves permissions cd - hledger --version # should show the new version @@ -60,7 +53,7 @@ cd /usr/local/bin curl -LOC- https://github.com/simonmichael/hledger/releases/download/A.BB/hledger-mac-x64.zip unzip hledger-mac-x64.zip; tar xvf hledger-mac-x64.tar; rm hledger-mac-x64.{zip,tar} # github workaround, preserves permissions open . -# for the hledger, hledger-ui, hledger-web icons: right-click the executable, Open, confirm it's ok to run +# for the hledger, hledger-ui, hledger-web icons: right-click, 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