From 17f8d4a6a59903477193f3a16d1f6c0fa0481a03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Galv=C3=A3o=20Xavier?= Date: Wed, 27 Oct 2021 16:28:21 -0700 Subject: [PATCH] fix install command in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Galvão Xavier --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4481f59..44502527 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Also watch the [demo screencast](https://nosmileface.dev/images/gocode-demo.swf) 2. Then you need to get the appropriate version of the gocode, for 6g/8g/5g compiler you can do this: - `go get -u github.com/nsf/gocode` (-u flag for "update") + `go install github.com/nsf/gocode@latest` Windows users should consider doing this instead: