diff options
Diffstat (limited to 'swarm/dev/bashrc')
-rw-r--r-- | swarm/dev/bashrc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/swarm/dev/bashrc b/swarm/dev/bashrc deleted file mode 100644 index efb504fa3..000000000 --- a/swarm/dev/bashrc +++ /dev/null @@ -1,21 +0,0 @@ -export ROOT="${GOPATH}/src/github.com/ethereum/go-ethereum" -export PATH="${ROOT}/swarm/dev/bin:${PATH}" - -cd "${ROOT}/swarm/dev" - -cat <<WELCOME - -============================================= - -Welcome to the swarm development environment. - -- Run 'make' to build the swarm, geth and bootnode binaries -- Run 'make test' to run the swarm unit tests -- Run 'make cluster' to start a swarm cluster -- Run 'exit' to exit the development environment - -See the 'scripts' directory for some useful scripts. - -============================================= - -WELCOME |