mirror of
https://github.com/go-task/task.git
synced 2026-05-18 05:05:20 +02:00
feat(website): add APK (Alpine Linux) to official package managers
Add Alpine Linux APK installation instructions via Cloudsmith and move the Cloudsmith hosting info block above the package manager sections.
This commit is contained in:
@@ -13,6 +13,17 @@ Task offers many installation methods. Check out the available methods below.
|
||||
These installation methods are maintained by the Task team and are always
|
||||
up-to-date.
|
||||
|
||||
:::info Package Repository Hosting
|
||||
|
||||
[](https://cloudsmith.com)
|
||||
|
||||
Package repository hosting for deb/rpm/apk is graciously provided by [Cloudsmith](https://cloudsmith.com).
|
||||
Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that
|
||||
enables your organization to create, store and share packages in any format, to any place, with total
|
||||
confidence.
|
||||
|
||||
:::
|
||||
|
||||
### [dnf](https://docs.fedoraproject.org/en-US/quick-docs/dnf)    {#dnf}
|
||||
|
||||
[[package](https://cloudsmith.io/~task/repos/task/packages/?sort=-format&q=format%3Arpm)]
|
||||
@@ -45,16 +56,21 @@ Then you can install Task with:
|
||||
apt install task
|
||||
```
|
||||
|
||||
:::info Package Repository Hosting
|
||||
### [apk](https://wiki.alpinelinux.org/wiki/Alpine_Package_Keeper)  {#apk}
|
||||
|
||||
[](https://cloudsmith.com)
|
||||
[[package](https://cloudsmith.io/~task/repos/task/packages/?sort=-format&q=format%3Aalpine)]
|
||||
|
||||
Package repository hosting for deb/rpm is graciously provided by [Cloudsmith](https://cloudsmith.com).
|
||||
Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that
|
||||
enables your organization to create, store and share packages in any format, to any place, with total
|
||||
confidence.
|
||||
Set up the repository by running:
|
||||
|
||||
:::
|
||||
```shell
|
||||
curl -1sLf 'https://dl.cloudsmith.io/public/task/task/setup.alpine.sh' | sudo -E bash
|
||||
```
|
||||
|
||||
Then you can install Task with:
|
||||
|
||||
```shell
|
||||
apk add task
|
||||
```
|
||||
|
||||
### [Homebrew](https://brew.sh)   {#homebrew}
|
||||
|
||||
@@ -242,7 +258,7 @@ You can download the binary from the
|
||||
[releases page on GitHub](https://github.com/go-task/task/releases) and add to
|
||||
your `$PATH`.
|
||||
|
||||
DEB and RPM packages are also available.
|
||||
DEB, RPM and APK packages are also available.
|
||||
|
||||
The `task_checksums.txt` file contains the SHA-256 checksum for each file.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user