From e979afbf2fcc29b755c07d7a29b400ec14da0a79 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sun, 24 Mar 2019 14:18:54 -0400 Subject: [PATCH] gomplate can also be installed with npm Signed-off-by: Dave Henderson --- docs/content/installing.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/content/installing.md b/docs/content/installing.md index 927a76ba8..1f89bcc5d 100644 --- a/docs/content/installing.md +++ b/docs/content/installing.md @@ -100,6 +100,17 @@ $ gomplate --help ... ``` +## install with `npm` + +For some users, especially Node.js developers, using `npm` may be a natural fit. +Even though `gomplate` is written in Go and not Node.js, it can still be installed +with `npm`: + +```console +$ npm install -g gomplate +... +``` + ## Slim binaries As a convenience, self-extracting compressed `gomplate` binaries are available from the [releases][] page. These are named with `-slim` as a suffix (or `-slim.exe`). They are compressed with [UPX][].