Skip to content

Instantly share code, notes, and snippets.

@zramsay
Last active January 18, 2017 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zramsay/5f9925c273cc8e57e65eb56933d3b44b to your computer and use it in GitHub Desktop.
Save zramsay/5f9925c273cc8e57e65eb56933d3b44b to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
cd $ERISREPO
git clone -b develop https://github.com/eris-ltd/eris-compilers.git
go get github.com/Masterminds/glide
git clone -b unstable-develop https://github.com/eris-ltd/eris-db.git
cd eris-db
glide install
cd ..
#go get github.com/eris-ltd/eris-keys
#cd eris-keys
#glide install
#cd ..
go get github.com/eris-ltd/eris-logger
go get github.com/ethereum/go-ethereum
@zramsay
Copy link
Author

zramsay commented Jan 18, 2017

$ERISREPO should be $GOPATH/src/github.com/eris-ltd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment