summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSALES <Adrien.Sales@gmail.com>2023-04-06 03:13:19 +1100
committerGitHub <noreply@github.com>2023-04-05 16:13:19 +0000
commit195576e5683c286bc80a0c19943dce86fa4ce657 (patch)
treedeb9ddd5ecbbb4321302aa772e3a17d9378c7a98 /docs
parente9023c33a555f5e8cff574b78250978950fc0233 (diff)
:gift: Add tea.xyz package manager :tea: (#1700)
* Add tea.xyz package manager * Update docs/content/installing.md --------- Co-authored-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/content/installing.md10
1 files changed, 10 insertions, 0 deletions
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/