From c6bcc63747da6b121c4bcdc8026208eac3c96e57 Mon Sep 17 00:00:00 2001 From: David Gamba Date: Thu, 19 Nov 2015 14:17:32 -0700 Subject: [PATCH] Add documentation for GoUpdateBinaries in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8baef4438b..0f95634aeb 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Please be sure all necessary binaries are installed (such as `gocode`, `godef`, `:GoInstallBinaries` command. If invoked, all necessary binaries will be automatically downloaded and installed to your `$GOBIN` environment (if not set it will use `$GOPATH/bin`). Note that this command requires `git` for fetching the individual Go -packages. +packages. Additionally, use `:GoUpdateBinaries` to update the installed binaries. ### Optional