tendermint/scripts/install_tmsp_apps.sh

13 lines
241 B
Bash
Raw Normal View History

2016-07-24 11:08:47 -07:00
#! /bin/bash
go get github.com/tendermint/tmsp/...
# get the tmsp commit used by tendermint
2016-07-24 11:08:47 -07:00
COMMIT=`bash scripts/glide/parse.sh $(pwd)/glide.lock tmsp`
cd $GOPATH/src/github.com/tendermint/tmsp
git checkout $COMMIT
go install ./cmd/...