Update package path, update install instructions

This commit is contained in:
2026-04-05 23:00:38 +02:00
parent 8e61a3611d
commit ab476b71ba
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ Tools for working with Certificate Transparency log tiles.
## Install
```bash
go install ./cmd/ctfetch
go install git.ipng.ch/certificate-transparency/ctfetch/cmd/ctfetch@latest
```
## Usage

View File

@@ -16,7 +16,7 @@ import (
"strconv"
"strings"
"ctfetch/internal/utils"
"git.ipng.ch/certificate-transparency/ctfetch/internal/utils"
"filippo.io/sunlight"
"golang.org/x/mod/sumdb/tlog"

2
go.mod
View File

@@ -1,4 +1,4 @@
module ctfetch
module git.ipng.ch/certificate-transparency/ctfetch
go 1.24.6