update README [ci skip]
This commit is contained in:
parent
65f5bfb9a7
commit
9df2a43525
1 changed files with 1 additions and 3 deletions
|
@ -6,7 +6,7 @@ Drone is a Continuous Integration platform built on container technology. Every
|
||||||
|
|
||||||
### Goals
|
### 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
|
### Documentation
|
||||||
|
|
||||||
|
@ -32,8 +32,6 @@ cd $GOPATH/src/github.com/drone/drone
|
||||||
Commands to build from source:
|
Commands to build from source:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
export GO15VENDOREXPERIMENT=1
|
|
||||||
|
|
||||||
make deps # Download required dependencies
|
make deps # Download required dependencies
|
||||||
make gen # Generate code
|
make gen # Generate code
|
||||||
make build # Build the binary
|
make build # Build the binary
|
||||||
|
|
Loading…
Add table
Reference in a new issue