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.
This commit is contained in:
parent
c292c68cba
commit
268c466d69
1 changed files with 2 additions and 3 deletions
|
@ -118,9 +118,8 @@ project directory) in a `sh`-compatible shell on Unix, or PowerShell on Windows
|
||||||
(`$()` subshells are not supported by `cmd`).
|
(`$()` subshells are not supported by `cmd`).
|
||||||
|
|
||||||
To build and install `btcwallet` and all helper commands (in the `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
|
directory) to `$GOPATH/bin/`, as well as installing all compiled packages to
|
||||||
packages to `$GOPATH/pkg/` (**use this if you are unsure which command to
|
`$GOPATH/pkg/` (**use this if you are unsure which command to run**):
|
||||||
run**):
|
|
||||||
|
|
||||||
```
|
```
|
||||||
go install $(glide novendor)
|
go install $(glide novendor)
|
||||||
|
|
Loading…
Reference in a new issue