Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions guides/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,12 @@ additions that are not yet available in the master branch. To install, run the
following commands:

Install **btcd**: (must be from roasbeef fork, not from btcsuite)
```
make btcd
```bash
$ go get -u github.com/Masterminds/glide
$ git clone https://github.com/roasbeef/btcd $GOPATH/src/github.com/roasbeef/btcd
$ cd $GOPATH/src/github.com/roasbeef/btcd
$ glide install
$ go install . ./cmd/...
```

### Starting btcd
Expand Down