From 3ed99224da903cd624fed01be6cb1e83c99e92b1 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Mon, 6 Apr 2026 01:43:32 +0200 Subject: [PATCH] Remove install instructions from detailed docs --- docs/ctail.md | 6 ------ docs/ctfetch.md | 6 ------ 2 files changed, 12 deletions(-) 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.