diff --git a/README.md b/README.md index d5b5d91f..03ad6486 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ Please see our [installation guide](http://readme.drone.io/admin/) to install th Clone the repository to your Go workspace: ``` +export PATH=$PATH:$GOPATH/bin + git clone git://github.com/drone/drone.git $GOPATH/src/github.com/drone/drone cd $GOPATH/src/github.com/drone/drone ```