docs: fix go install

closes https://github.com/goreleaser/goreleaser/issues/2352
This commit is contained in:
Carlos Alexandro Becker
2021-07-20 09:20:05 -03:00
committed by GitHub
parent d99641f31e
commit c13a486169
+1 -1
View File
@@ -114,7 +114,7 @@ Bellow you can find the steps for each of them.
=== "OSS"
```sh
go install github.com/goreleaser/goreleaser
go install github.com/goreleaser/goreleaser@latest
```
### manually