From efa1cb7c363281b4233d34ad0b5be6780d7ece83 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sat, 11 Jul 2020 16:15:28 -0400 Subject: Update misleading 'go get' install instructions Signed-off-by: Dave Henderson --- docs/content/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 ... ``` -- cgit v1.2.3