diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2020-07-11 16:15:28 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2020-07-11 16:15:50 -0400 |
| commit | efa1cb7c363281b4233d34ad0b5be6780d7ece83 (patch) | |
| tree | dcb0f6a32b46c7cc4cc8b2ecdd9490f5e78f3370 /docs | |
| parent | 65936317408b1c865487c669d44ba8ad611b0fbc (diff) | |
Update misleading 'go get' install instructions
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/installing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/installing.md b/docs/content/installing.md index 1f89bcc5..75748360 100644 --- a/docs/content/installing.md +++ b/docs/content/installing.md @@ -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 ... ``` |
