From 696fb38f3b80101010d04e42e84bee6e906ef591 Mon Sep 17 00:00:00 2001 From: tannevaled Date: Mon, 11 Mar 2024 13:33:28 +0100 Subject: [PATCH] docs: update tea installation method to pkgx (#1546) --- docs/docs/installation.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index c9fc489e7c..60863124f4 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -29,23 +29,23 @@ so you also have that option if you prefer: brew install go-task ``` -### Tea +### pkgx -If you're on macOS or Linux and have [tea][tea] installed, getting Task is as +If you're on macOS or Linux and have [pkgx](https://pkgx.sh/) installed, getting Task is as simple as running: ```shell -tea task +pkgx task ``` -or, if you have tea’s magic enabled: +or, if you have pkgx integration enabled: ```shell task ``` This installation method is community owned. After a new release of Task, they -are automatically released by tea in a minimum of time. +are automatically released by pkgx in a minimum of time. ### Snap