diff options
| author | SALES <Adrien.Sales@gmail.com> | 2023-04-06 03:13:19 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-05 16:13:19 +0000 |
| commit | 195576e5683c286bc80a0c19943dce86fa4ce657 (patch) | |
| tree | deb9ddd5ecbbb4321302aa772e3a17d9378c7a98 /docs/content | |
| parent | e9023c33a555f5e8cff574b78250978950fc0233 (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/content')
| -rw-r--r-- | docs/content/installing.md | 10 |
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/ |
