From 788a63ca2f9931f782fa91260688d0ea613b0f27 Mon Sep 17 00:00:00 2001 From: Max Winterstein Date: Sun, 2 Jul 2023 19:41:29 +0200 Subject: [PATCH] docs: add "tea" installation method (#1249) --- docs/docs/installation.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 371b277e..e2a8415e 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -29,6 +29,23 @@ so you also have that option if you prefer: brew install go-task ``` +### Tea + +If you're on macOS or Linux and have [tea][tea] installed, getting +Task is as simple as running: + +```bash +tea task +``` + +or, if you have tea’s magic enabled: + +```bash +task +``` +This installation method is community owned. After a new release of Task, they +are automatically released by tea in a minimum of time. + ### Snap Task is available in [Snapcraft][snapcraft], but keep in mind that your Linux @@ -281,4 +298,5 @@ Invoke-Expression -Command path/to/task.ps1 [godownloader]: https://github.com/goreleaser/godownloader [choco]: https://chocolatey.org/ [scoop]: https://scoop.sh/ +[tea]: https://tea.xyz/