Skip to content

Commit

Permalink
Merge pull request #895 from hairyhenderson/fix-misleading-go-install…
Browse files Browse the repository at this point in the history
…-doc-894

Update misleading 'go get' install instructions
  • Loading branch information
Dave Henderson authored and GitHub committed Jul 11, 2020
2 parents 99ba3f5 + efa1cb7 commit 58a3179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $ gomplate --help
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/cmd/gomplate
$ go get github.com/hairyhenderson/gomplate/v3/cmd/gomplate
$ gomplate --help
...
```
Expand Down

0 comments on commit 58a3179

Please sign in to comment.