Last active
December 11, 2017 03:59
-
-
Save cmdallas/38ee9918cf915c257cfdd4f1e0b33793 to your computer and use it in GitHub Desktop.
Skywire quickstart
This file contains 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
# install | |
cd ${GOPATH}/src/github.com | |
mkdir skycoin && cd $_ | |
git clone -b dev https://github.com/skycoin/skywire.git | |
dep ensure | |
cd $GOPATH/src/github.com/skycoin/skywire/cmd | |
go install ./... | |
# run | |
cd $GOPATH/bin | |
./manager -web-dir ${GOPATH}/src/github.com/skycoin/skywire/static/skywire-manager & | |
./node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment