Skip to content

Commit

Permalink
docs: fix paths
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Aug 25, 2021
1 parent c60493d commit d580a48
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions www/docs/install.md
Expand Up @@ -129,13 +129,13 @@ Bellow you can find the steps for each of them.

All artifacts are checksummed and the checksum file is signed with [cosign][].

You can verify it using [our public key](https://goreleaser.com/goreleaser.pub).
You can verify it using [our public key](https://goreleaser.com/static/goreleaser.pub).

=== "OSS"
1. Download the files you want, the `goreleaser_checksums.txt` and `goreleaser_checksums.txt.sig` files from the [releases][releases] page.
1. Get our public key:
```sh
wget https://goreleaser.com/goreleaser.pub
wget https://goreleaser.com/static/goreleaser.pub
```
1. Verify the signature:
```sh
Expand All @@ -146,14 +146,14 @@ You can verify it using [our public key](https://goreleaser.com/goreleaser.pub).
```
1. If the signature is valid, you can then verify the SHA256 sums match with the downloaded binary:
```sh
sha256sum --ignore-missing -c goreleaser-pro_checksums.txt
sha256sum --ignore-missing -c goreleaser_checksums.txt
```

=== "Pro"
1. Download the files you want, the `goreleaser-pro_checksums.txt` and `goreleaser-pro_checksums.txt.sig` files from the [releases][pro-releases] page.
1. Get our public key:
```sh
wget https://goreleaser.com/goreleaser.pub
wget https://goreleaser.com/static/goreleaser.pub
```
1. Verify the signature:
```sh
Expand All @@ -171,18 +171,18 @@ You can verify it using [our public key](https://goreleaser.com/goreleaser.pub).

Our Docker image is signed with [cosign][].

You can verify it using [our public key](https://goreleaser.com/goreleaser.pub).
You can verify it using [our public key](https://goreleaser.com/static/goreleaser.pub).

=== "OSS"
```sh
wget https://goreleaser.com/goreleaser.pub
wget https://goreleaser.com/static/goreleaser.pub
cosign verify -key goreleaser.pub goreleaser/goreleaser
cosign verify -key goreleaser.pub ghcr.io/goreleaser/goreleaser
```

=== "Pro"
```sh
wget https://goreleaser.com/goreleaser.pub
wget https://goreleaser.com/static/goreleaser.pub
cosign verify -key goreleaser.pub goreleaser/goreleaser-pro
cosign verify -key goreleaser.pub ghcr.io/goreleaser/goreleaser-pro
```
Expand Down

1 comment on commit d580a48

@vercel
Copy link

@vercel vercel bot commented on d580a48 Aug 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.