1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-04-25 10:45:19 +02:00

docs: install script method removed

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2021-10-13 21:23:36 -03:00
parent 6f5843973d
commit e0d55fba23
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -59,12 +59,6 @@ sudo yum install nfpm
Download the `.deb`, `.rpm` or `.apk` from the [releases page][releases] and install them with the appropriate tools.
### shell script
```sh
curl -sfL https://install.goreleaser.com/github.com/goreleaser/nfpm.sh | sh
```
### go install
```sh