From 10bd00d066a5bdb950fbc87b055260ce7c9f8e64 Mon Sep 17 00:00:00 2001 From: mvaldes14 Date: Fri, 1 Sep 2023 15:34:42 +0000 Subject: [PATCH] adding installer option with asdf (#563) created a plugin to install tea via asdf - hoping someone else can find it useful. Co-authored-by: mvaldes Reviewed-on: https://gitea.com/gitea/tea/pulls/563 Co-authored-by: mvaldes14 Co-committed-by: mvaldes14 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7b71d02..c167056 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,8 @@ There are different ways to get `tea`: 4. Docker (thirdparty): [tgerczei/tea](https://hub.docker.com/r/tgerczei/tea) +5. asdf (thirdparty): [mvaldes14/asdf-tea](https://github.com/mvaldes14/asdf-tea) + ## Compilation Make sure you have a current go version installed (1.13 or newer).