Branch: refs/heads/master
Home: https://github.com/btcsuite/btcwallet
Commit: 00deaece98f3dd0d5350cdc9ae2d39663395d755
https://github.com/btcsuite/btcwallet/commit/00deaece98f3dd0d5350cdc9ae2d39663395d755
Author: Josh Rickmar <[email protected]>
Date: 2016-05-06 (Fri, 06 May 2016)
Changed paths:
M README.md
Log Message:
-----------
Don't use go install $(glide novendor) in examples.
This will build all (non-vendored) packages recursively, even if they
are not used in any of the binaries (e.g. votingpool). Additionally,
since a subshell is no longer used, the example commands can be run in
a Windows command prompt. I don't encourage the use cmd.exe over
alternatives such as PowerShell, but there's no reason this command
could not be run there.