From 268c466d692c0e25cc9f22ea8082ed883e52efb2 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Thu, 5 May 2016 17:41:59 -0400 Subject: [PATCH] Fix description for recommended install instructions. The description had previously said that non-vendored packages were not installed to $GOPATH/bin, but this is incorrect. Remove this part of the description so it includes all packages. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d253c4a..21e2fc1 100644 --- a/README.md +++ b/README.md @@ -118,9 +118,8 @@ project directory) in a `sh`-compatible shell on Unix, or PowerShell on Windows (`$()` subshells are not supported by `cmd`). To build and install `btcwallet` and all helper commands (in the `cmd` -directory) to `$GOPATH/bin/`, as well as installing all compiled non-vendored -packages to `$GOPATH/pkg/` (**use this if you are unsure which command to -run**): +directory) to `$GOPATH/bin/`, as well as installing all compiled packages to +`$GOPATH/pkg/` (**use this if you are unsure which command to run**): ``` go install $(glide novendor)