Skip to content

Commit

Permalink
Merge pull request #521 from hairyhenderson/add-note-about-npm-install
Browse files Browse the repository at this point in the history
gomplate can also be installed with npm
  • Loading branch information
hairyhenderson authored Mar 24, 2019
2 parents 7d704de + e979afb commit 1411840
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/content/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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][].
Expand Down

0 comments on commit 1411840

Please sign in to comment.