From 7d0d21ba8663ab7ff777a06f4b113337fa717ff3 Mon Sep 17 00:00:00 2001 From: T Date: Wed, 13 Aug 2025 16:48:58 -0600 Subject: go module in git.tjp.lol --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ac54f5f..af05474 100644 --- a/README.md +++ b/README.md @@ -65,14 +65,14 @@ Reports are generated using Typst and compiled to PDF automatically. If you have Go installed: ```bash -go install git.tjp.lol/punchcard.git +go install git.tjp.lol/punchcard/cmd/punch@latest ``` Or build from source: ```bash -git clone git.tjp.lol/punchcard.git +git clone https://git.tjp.lol/punchcard.git cd punchcard -go build -o punch cmd/punch/main.go +go install ./cmd/punch ``` ## Requirements -- cgit v1.2.3