From 48154ce6b1ea3ab02ce34e3c282130d9674df803 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Thu, 2 Nov 2023 19:36:42 +0100 Subject: [PATCH] fix man link, fix release generator --- Makefile | 2 +- README.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 69027a4..24131eb 100644 --- a/Makefile +++ b/Makefile @@ -76,4 +76,4 @@ buildall: ./mkrel.sh $(tool) $(VERSION) release: buildall - gh release create $(VERSION) --generate-notes releases/* + gh release create v$(VERSION) --generate-notes releases/* diff --git a/README.md b/README.md index 0f8209b..eafd073 100644 --- a/README.md +++ b/README.md @@ -254,9 +254,7 @@ hesitate to ask me about it, I'll add it. The documentation is provided as a unix man-page. It will be automatically installed if you install from source. However, you can -read the man-page online: - -https://github.com/TLINDEN/rpnc/blob/main/rpn.pod +[read the man-page online](https://github.com/TLINDEN/rpnc/blob/master/rpn.pod) Or if you cloned the repository you can read it this way (perl needs to be installed though): `perldoc rpn.pod`.