From 06abd44acb8a3b78b37d70d7b57bee42c1497f22 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Fri, 19 May 2017 13:32:50 -0400 Subject: Adding a note about how to install with go get Signed-off-by: Dave Henderson --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index cb60f2c6..f395e564 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Gomplate is an alternative that will let you process templates which also includ - [Alpine Linux](#alpine-linux) - [use with Docker](#use-with-docker) - [manual install](#manual-install) + - [install with `go get`](#install-with-go-get) - [Usage](#usage) - [Commandline Arguments](#commandline-arguments) - [`--file`/`-f`, `--in`/`-i`, and `--out`/`-o`](#-file-f-in-i-and-out-o) @@ -46,7 +47,7 @@ Gomplate is an alternative that will let you process templates which also includ - [`slice`](#slice) - [`split`](#split) - [`splitN`](#splitn) - - [`replaceAll`](#replaceAll) + - [`replaceAll`](#replaceall) - [`title`](#title) - [`toLower`](#tolower) - [`toUpper`](#toupper) @@ -143,6 +144,16 @@ $ gomplate --help ... ``` +### install with `go get` + +If you're a Go user already, sometimes it's faster to just use `go get` to install `gomplate`: + +```console +$ go get github.com/hairyhenderson/gomplate +$ gomplate --help +... +``` + _Please report any bugs found in the [issue tracker](https://github.com/hairyhenderson/gomplate/issues/)._ ## Usage -- cgit v1.2.3