1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-07 13:31:37 +02:00

docs: clarify install instructions for apk, deb, and rpm

closes #4923
This commit is contained in:
Carlos Alexandro Becker 2024-06-15 16:41:30 -03:00
parent afd92ffe0f
commit 8ad6b3479b
No known key found for this signature in database

View File

@ -166,11 +166,19 @@ Once you do that, you can install the packages.
=== "OSS"
Download the `.deb`, `.rpm` or `.apk` packages from the [OSS releases page][releases] and install them with the appropriate tools.
Download the `.deb`, `.rpm`, or `.apk` packages from the [OSS releases page][releases] and install them with the appropriate tools.
=== "Pro"
Download the `.deb`, `.rpm` or `.apk` packages from the [Pro releases page][pro-releases] and install them with the appropriate tools.
Download the `.deb`, `.rpm`, or `.apk` packages from the [Pro releases page][pro-releases] and install them with the appropriate tools.
To install, after downloading the files, run:
```bash
dpkg -i goreleaser*.deb
rpm -ivh goreleaser*.rpm
apk add --allow-untrusted goreleaser*.apk
```
### go install