Remove install instructions from detailed docs

This commit is contained in:
2026-04-06 01:43:32 +02:00
parent 097c33b478
commit 3ed99224da
2 changed files with 0 additions and 12 deletions

View File

@@ -2,12 +2,6 @@
Tail a Static CT log, printing a one-liner per new certificate or precertificate as it arrives.
## Install
```bash
GOPRIVATE=git.ipng.ch go install git.ipng.ch/certificate-transparency/ctfetch/cmd/ctool@latest
```
## Usage
```bash

View File

@@ -2,12 +2,6 @@
Fetch and decode entries from a Static CT log, outputting structured JSON.
## Install
```bash
GOPRIVATE=git.ipng.ch go install git.ipng.ch/certificate-transparency/ctfetch/cmd/ctool@latest
```
## Modes
`ctool fetch` operates in two modes depending on the arguments given.