Update package path, update install instructions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user