This commit is contained in:
TP Honey 2021-08-26 09:55:52 +01:00 committed by GitHub
parent 736a85e863
commit ca66280cca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
.github/readme.md vendored
View file

@ -12,11 +12,11 @@ Drone is a continuous delivery system built on container technology. Drone uses
- [Community](#community) - [Community](#community)
- [Contributing](#contributing) - [Contributing](#contributing)
- [Code of Conduct](#code-of-conduct) - [Code of Conduct](#code-of-conduct)
- [Core Team](#core-team)
- [Setup Documentation](#setup-documentation) - [Setup Documentation](#setup-documentation)
- [Usage Documentation](#usage-documentation) - [Usage Documentation](#usage-documentation)
- [Sample Pipeline Configuration](#sample-pipeline-configuration) - [Example `.drone.yml` build file](#example-drone.yml-build-file)
- [Plugin Index](#plugin-index) - [Plugin Index](#plugin-index)
- [Documentation and Other Links](#documentation-and-Other-Links)
## Community ## Community
@ -83,7 +83,7 @@ steps:
username: drone username: drone
``` ```
Documentation and Other Links: ## Documentation and Other Links
* Setup Documentation [docs.drone.io/installation](http://docs.drone.io/installation/) * Setup Documentation [docs.drone.io/installation](http://docs.drone.io/installation/)
* Usage Documentation [docs.drone.io/getting-started](http://docs.drone.io/getting-started/) * Usage Documentation [docs.drone.io/getting-started](http://docs.drone.io/getting-started/)
@ -92,8 +92,6 @@ Documentation and Other Links:
* Build the Enterprise Edition [BUILDING](https://github.com/drone/drone/blob/master/BUILDING) * Build the Enterprise Edition [BUILDING](https://github.com/drone/drone/blob/master/BUILDING)
* Build the Community Edition [BUILDING_OSS](https://github.com/drone/drone/blob/master/BUILDING_OSS) * Build the Community Edition [BUILDING_OSS](https://github.com/drone/drone/blob/master/BUILDING_OSS)
_Please note the official Docker images run the Drone Enterprise distribution. If you would like to run the Community Edition you can build from source by following the instructions in [BUILDING_OSS](https://github.com/drone/drone/blob/master/BUILDING_OSS)._
## Building from source ## Building from source
We have two versions available: the [Enterprise Edition](https://github.com/drone/drone/blob/master/BUILDING) and the [Community Edition](https://github.com/drone/drone/blob/master/BUILDING_OSS) We have two versions available: the [Enterprise Edition](https://github.com/drone/drone/blob/master/BUILDING) and the [Community Edition](https://github.com/drone/drone/blob/master/BUILDING_OSS)