From ab9681d2064224b504cfd44b4bd6fa39dd3d81fa Mon Sep 17 00:00:00 2001 From: SALES Date: Wed, 5 Apr 2023 18:00:37 +1100 Subject: [PATCH 1/2] Add tea.xyz package manager --- docs/content/installing.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/content/installing.md b/docs/content/installing.md index 5ce8e2c85..d435ba3e0 100644 --- a/docs/content/installing.md +++ b/docs/content/installing.md @@ -135,6 +135,19 @@ $ 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/ From e17e7833502e5820665ce0ee76d4929f42ab01f2 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Wed, 5 Apr 2023 11:59:03 -0400 Subject: [PATCH 2/2] Update docs/content/installing.md --- docs/content/installing.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/content/installing.md b/docs/content/installing.md index d435ba3e0..144a38056 100644 --- a/docs/content/installing.md +++ b/docs/content/installing.md @@ -145,9 +145,6 @@ $ 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/