Skip to content

Commit eaf6977

Browse files
Docs: Add link and suggested change to Go installation (#281)
1. A hyperlink to Go installation is added to 3 md files (gitsign.md, logging/installation.md, system_config/installation.md) 2. Fix Typo in logging/installation.md Resolves : #136 Signed-off-by: nikhilkalburgi <[email protected]>
1 parent ddeaa9f commit eaf6977

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/en/logging/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ weight: 1805
77

88
There are several ways to install both the `rekor-cli` and `rekor-server`.
99

10-
## Using go install
10+
## Using Go install
1111

12-
If you have Go installed, you can use go to retreive the `rekor-cli` binaries
12+
If you have [Go](https://go.dev/doc/install) installed, you can use Go to retrieve the `rekor-cli` binaries
1313

1414
```bash
1515
go install -v github.com/sigstore/rekor/cmd/rekor-cli@latest

content/en/signing/gitsign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ with one of the available downloadable packages. Releases are published in
6262

6363
### Installing Gitsign with Go 1.17+
6464

65-
If you have Go 1.17+, you can install Gitsign with:
65+
If you have [Go 1.17+](https://go.dev/doc/install), you can install Gitsign with:
6666

6767
```console
6868
go install github.com/sigstore/gitsign@latest

content/en/system_config/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 950
77

88
## With Go 1.20+
99

10-
If you have Go 1.20+, you can directly install Cosign by running:
10+
If you have [Go 1.20+](https://go.dev/doc/install), you can directly install Cosign by running:
1111

1212
```bash
1313
go install github.com/sigstore/cosign/v2/cmd/cosign@latest

0 commit comments

Comments
 (0)