diff --git a/docs/ctail.md b/docs/ctail.md index 57df9f4..8d462e7 100644 --- a/docs/ctail.md +++ b/docs/ctail.md @@ -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 diff --git a/docs/ctfetch.md b/docs/ctfetch.md index 885383d..f03af42 100644 --- a/docs/ctfetch.md +++ b/docs/ctfetch.md @@ -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.