diff --git a/README.md b/README.md index aa7dfb8e3..ebb6a1188 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,16 @@ git clone git://github.com/drone/drone.git $GOPATH/src/github.com/drone/drone cd $GOPATH/src/github.com/drone/drone ``` +Pleasure ensure your local environment has the following dependencies installed. We provide scripts in the `./contrib` folder as a convenience that can be used to install: + +* libsqlite3 +* sassc + Commands to build from source: ```sh +export GO15VENDOREXPERIMENT=1 + make deps # Download required dependencies make gen # Generate code make build # Build the binary