summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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