Skip to content

Commit

Permalink
docs: fix go install
Browse files Browse the repository at this point in the history
refs #343
  • Loading branch information
caarlos0 committed Jun 9, 2021
1 parent d92f4b1 commit d10300d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ curl -sfL https://install.goreleaser.com/github.com/goreleaser/nfpm.sh | sh
**go install**:

```sh
go install github.com/goreleaser/nfpm/cmd/nfpm@latest
go install github.com/goreleaser/nfpm/v2/cmd/nfpm@latest
```

**manually**:
Expand Down

1 comment on commit d10300d

@vercel
Copy link

@vercel vercel bot commented on d10300d Jun 9, 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.