Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 68e979b

Browse files
committed
Update btcd installation docs
1 parent 923fb0f commit 68e979b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ make && make install tags=experimental
3434
```
3535
git clone https://github.com/btcsuite/btcd $GOPATH/src/github.com/btcsuite/btcd
3636
cd $GOPATH/src/github.com/btcsuite/btcd
37-
glide install
38-
go install . ./cmd/...
37+
GO111MODULE=on go install -v . ./cmd/...
3938
```
4039

4140
Then start by cloning this git repo and go inside the project folder to run the following commands:

assets/script/install_lnd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ make && make install tags=experimental
2626
git clone https://github.com/btcsuite/btcd $GOPATH/src/github.com/btcsuite/btcd
2727
cd $GOPATH/src/github.com/btcsuite/btcd
2828
git checkout $BTCD_TAG
29-
GO111MODULE=on go install . ./cmd/...
29+
GO111MODULE=on go install -v . ./cmd/...
3030

3131
# copy lnd/btcd binaries to git repo for integration tests
3232
cp $GOPATH/bin/* $TRAVIS_BUILD_DIR/assets/bin/$PLATFORM/

0 commit comments

Comments
 (0)