Update package path, update install instructions
This commit is contained in:
@@ -5,7 +5,7 @@ Tools for working with Certificate Transparency log tiles.
|
|||||||
## Install
|
## Install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go install ./cmd/ctfetch
|
go install git.ipng.ch/certificate-transparency/ctfetch/cmd/ctfetch@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import (
|
|||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"ctfetch/internal/utils"
|
"git.ipng.ch/certificate-transparency/ctfetch/internal/utils"
|
||||||
|
|
||||||
"filippo.io/sunlight"
|
"filippo.io/sunlight"
|
||||||
"golang.org/x/mod/sumdb/tlog"
|
"golang.org/x/mod/sumdb/tlog"
|
||||||
|
|||||||
Reference in New Issue
Block a user