Add note for GOPRIVATE
This commit is contained in:
@@ -5,9 +5,12 @@ Tools for working with Certificate Transparency log tiles.
|
|||||||
## Install
|
## Install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go install git.ipng.ch/certificate-transparency/ctfetch/cmd/ctfetch@latest
|
GOPRIVATE=git.ipng.ch go install git.ipng.ch/certificate-transparency/ctfetch/cmd/ctfetch@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The GOPRIVATE environment variable skips _Go checksum database_ and _Go module proxy_ as these do
|
||||||
|
not index modules on `git.ipng.ch`.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
`ctfetch` operates in two modes depending on the arguments given.
|
`ctfetch` operates in two modes depending on the arguments given.
|
||||||
|
|||||||
Reference in New Issue
Block a user