From 9df2a43525c6c9ecf120adb8e58130106b2cf18b Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Fri, 20 Jan 2017 12:50:36 +0700 Subject: [PATCH] update README [ci skip] --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3aad909b3..153c685eb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Drone is a Continuous Integration platform built on container technology. Every ### Goals -Drone's prime directive is to help teams [ship code like GitHub](https://github.com/blog/1241-deploying-at-github#always-be-shipping). Drone is easy to install, setup and maintain and offers a powerful container-based plugin system. Drone aspires to be an industry-wide replacement for Jenkins. +Drone's prime directive is to help teams [ship code like GitHub](https://github.com/blog/1241-deploying-at-github#always-be-shipping). Drone is easy to install, setup and maintain and offers a powerful container-based plugin system. Drone aspires to eventually offer an industry-wide replacement for Jenkins. ### Documentation @@ -32,8 +32,6 @@ cd $GOPATH/src/github.com/drone/drone Commands to build from source: ```sh -export GO15VENDOREXPERIMENT=1 - make deps # Download required dependencies make gen # Generate code make build # Build the binary