github.com/cuiweixie/go-ethereum@v1.8.2-0.20180303084001-66cd41af1e38/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