Skip to content

Commit

Permalink
Documenting how to install gomplate in Alpine Linux
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Henderson <[email protected]>
  • Loading branch information
hairyhenderson committed Mar 3, 2017
1 parent e492a6c commit 46998b7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 46998b7

Please sign in to comment.