summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorT <t@tjp.lol>2025-08-13 16:48:58 -0600
committerT <t@tjp.lol>2025-08-13 16:49:20 -0600
commit7d0d21ba8663ab7ff777a06f4b113337fa717ff3 (patch)
treef06d8691fd13bee6ebccfc17a08c599bd5710705 /README.md
parent5c3554c7e49abe263faf54c61e435ba1d5202d27 (diff)
go module in git.tjp.lol
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
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