Last active
September 19, 2019 13:54
-
-
Save orkunkl/77441c6c6474658608d377824d862fa6 to your computer and use it in GitHub Desktop.
Distribute open-source software: the right and verifiable way
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Clone Weave | |
git clone [email protected]:iov-one/weave | |
export WEAVE_DIR=`pwd`/weave | |
cd $WEAVE_DIR | |
## Checkout the version you want to build | |
git checkout <version> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment