From dd8afd0155edcf2f7ad9d5d5b3deb238adf4a2c2 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Thu, 8 Oct 2015 07:06:42 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index aa7dfb8e..ebb6a118 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