github.com/palcoin-project/palcd@v1.0.0/docs/update.md (about)

     1  # Update
     2  
     3  * Run the following commands to update btcd, all dependencies, and install it:
     4  
     5  ```bash
     6  cd $GOPATH/src/github.com/btcsuite/btcd
     7  git pull && GO111MODULE=on go install -v . ./cmd/...
     8  ```