diff --git a/content/en/logging/installation.md b/content/en/logging/installation.md index eea27178..502d5493 100644 --- a/content/en/logging/installation.md +++ b/content/en/logging/installation.md @@ -7,9 +7,9 @@ weight: 1805 There are several ways to install both the `rekor-cli` and `rekor-server`. -## Using go install +## Using Go install -If you have Go installed, you can use go to retreive the `rekor-cli` binaries +If you have [Go](https://go.dev/doc/install) installed, you can use Go to retrieve the `rekor-cli` binaries ```bash go install -v github.com/sigstore/rekor/cmd/rekor-cli@latest diff --git a/content/en/signing/gitsign.md b/content/en/signing/gitsign.md index e591e24b..5321e456 100644 --- a/content/en/signing/gitsign.md +++ b/content/en/signing/gitsign.md @@ -62,7 +62,7 @@ with one of the available downloadable packages. Releases are published in ### Installing Gitsign with Go 1.17+ -If you have Go 1.17+, you can install Gitsign with: +If you have [Go 1.17+](https://go.dev/doc/install), you can install Gitsign with: ```console go install github.com/sigstore/gitsign@latest diff --git a/content/en/system_config/installation.md b/content/en/system_config/installation.md index b45ebc6a..880ca7da 100644 --- a/content/en/system_config/installation.md +++ b/content/en/system_config/installation.md @@ -7,7 +7,7 @@ weight: 950 ## With Go 1.20+ -If you have Go 1.20+, you can directly install Cosign by running: +If you have [Go 1.20+](https://go.dev/doc/install), you can directly install Cosign by running: ```bash go install github.com/sigstore/cosign/v2/cmd/cosign@latest