summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2019-03-24 14:18:54 -0400
committerDave Henderson <dhenderson@gmail.com>2019-03-24 14:18:54 -0400
commite979afbf2fcc29b755c07d7a29b400ec14da0a79 (patch)
treeef2ac0e5052c722889b366982f1968bc05c72cce /docs
parent7d704de2ad60e658715c2b502ba7c261993fe61b (diff)
gomplate can also be installed with npm
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/content/installing.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/content/installing.md b/docs/content/installing.md
index 927a76ba..1f89bcc5 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][].