tendermint/scripts/install_tmsp_apps.sh

12 lines
200 B
Bash
Raw Normal View History

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