From 195576e5683c286bc80a0c19943dce86fa4ce657 Mon Sep 17 00:00:00 2001 From: SALES Date: Thu, 6 Apr 2023 03:13:19 +1100 Subject: :gift: Add tea.xyz package manager :tea: (#1700) * Add tea.xyz package manager * Update docs/content/installing.md --------- Co-authored-by: Dave Henderson --- docs/content/installing.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs') diff --git a/docs/content/installing.md b/docs/content/installing.md index 5ce8e2c8..144a3805 100644 --- a/docs/content/installing.md +++ b/docs/content/installing.md @@ -135,6 +135,16 @@ $ npm install -g gomplate ... ``` +## install with `tea.xyz` + +For some users (including for DEVOPS on [GitHub Actions](https://github.com/marketplace/actions/tea-setup)), +[`tea.xyz`](https://tea.xyz/) maybe be very comfortable, therefore, to install, just: + +```console +$ sh <(curl https://tea.xyz) +gomplate.ca sh +$ gomplate --version +... +``` [releases]: https://github.com/hairyhenderson/gomplate/releases [multi-stage builds]: https://docs.docker.com/develop/develop-images/multistage-build/ [hairyhenderson/gomplate]: https://hub.docker.com/r/hairyhenderson/gomplate/tags/ -- cgit v1.2.3