Update path to blockbook sources in README

This commit is contained in:
Martin Boehm 2018-05-31 11:52:00 +02:00
parent 5f50c69d05
commit a4f28bbc2b

View File

@ -52,7 +52,7 @@ Get blockbook sources, install dependencies, build:
``` ```
cd $GOPATH/src cd $GOPATH/src
git clone https://github.com/jpochyla/blockbook.git git clone https://github.com/trezor/blockbook.git
cd blockbook cd blockbook
dep ensure dep ensure
go build go build