summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2017-03-03 15:51:20 -0500
committerDave Henderson <dhenderson@gmail.com>2017-03-03 15:54:02 -0500
commit46998b778720da3c06caecb8a4fb743df06a5551 (patch)
treef65cabace558a89086586c81f2b47e8e6d154f7f /README.md
parente492a6c5e4423fc6e4a3400260351ab5130873b1 (diff)
Documenting how to install gomplate in Alpine Linux
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5d02e81f..de764588 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ Gomplate is an alternative that will let you process templates which also includ
- [gomplate](#gomplate)
- [Installing](#installing)
- [macOS with homebrew](#macos-with-homebrew)
+ - [Alpine Linux](#alpine-linux)
- [use with Docker](#use-with-docker)
- [manual install](#manual-install)
- [Usage](#usage)
@@ -99,6 +100,19 @@ $ brew install gomplate
...
```
+### Alpine Linux
+
+Currently, `gomplate` is available in the `testing` repository.
+
+```console
+$ echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories
+$ apk update
+$ apk add gomplate
+...
+```
+
+_Note: the Alpine version of gomplate may lag behind the latest release of gomplate._
+
### use with Docker
A simple way to get started is with the Docker image.