diff options
author | T <t@tjp.lol> | 2025-08-13 16:48:58 -0600 |
---|---|---|
committer | T <t@tjp.lol> | 2025-08-13 16:49:20 -0600 |
commit | 7d0d21ba8663ab7ff777a06f4b113337fa717ff3 (patch) | |
tree | f06d8691fd13bee6ebccfc17a08c599bd5710705 /README.md | |
parent | 5c3554c7e49abe263faf54c61e435ba1d5202d27 (diff) |
go module in git.tjp.lol
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |