Skip to content

Commit

Permalink
new structure of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gy2006 committed Jun 20, 2020
1 parent 6b528be commit 792c08e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,37 @@
# flow.ci

A open-source continues integration server that makes CI/CD easier.
Open-source CI/CD server that makes DevOps easier.

- Getting started within a minute

- Simple YAML configuration and templates

- Elastic Agents to speed up build

- Online TTY to debug your job in time

- Flexible plugins

- Run steps on any docker images or native os

## Quick Start

> [Docker](https://docs.docker.com/install/) & [Docker-Compose](https://docs.docker.com/compose/install/) are required
```bash
git clone https://github.com/FlowCI/docker.git flow-docker
cd flow-docker
./server.sh start
```

## [Document]() | [中文文档]()


![](./v1.0/img/demo.gif)


## Table of contents

* Getting Started
* [First Build](./v1.0/start/index.md)

Expand Down
2 changes: 1 addition & 1 deletion v1.0/start/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Getting Started
# Getting Started

## 1. Install

Expand Down

0 comments on commit 792c08e

Please sign in to comment.