github.com/anthdm/go-ethereum@v1.8.4-0.20180412101906-60516c83b011/swarm/dev/bashrc (about) 1 export ROOT="${GOPATH}/src/github.com/ethereum/go-ethereum" 2 export PATH="${ROOT}/swarm/dev/bin:${PATH}" 3 4 cd "${ROOT}/swarm/dev" 5 6 cat <<WELCOME 7 8 ============================================= 9 10 Welcome to the swarm development environment. 11 12 - Run 'make' to build the swarm, geth and bootnode binaries 13 - Run 'make test' to run the swarm unit tests 14 - Run 'make cluster' to start a swarm cluster 15 - Run 'exit' to exit the development environment 16 17 See the 'scripts' directory for some useful scripts. 18 19 ============================================= 20 21 WELCOME