lightning-dev-site
lightning-dev-site copied to clipboard
Possible confusion in the installation guide
On Ubuntu 16.04.4 the make && make install did not create btcctl. The following steps may need to be taken:
$ cd $GOPATH/src/github.com/btcsuite/btcd
$ git pull
$ GO111MODULE=on go install -v . ./cmd/...