From 8a970514bf74a6dd528c59e0068a976b0176c404 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Fri, 17 Feb 2017 16:28:06 +1100 Subject: [PATCH] Update README.md [ci skip] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d5b5d91f8..03ad64868 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 ```