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 ... ```