Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Astro36 committed Aug 18, 2020
1 parent 8482d94 commit 879c3d0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,26 @@
[![GitHub Workflow](https://img.shields.io/github/workflow/status/organization/Libreism/C++?logo=github&logoColor=white&style=for-the-badge)](https://github.com/organization/Libreism/actions)
[![License](https://img.shields.io/github/license/organization/Libreism?style=for-the-badge)](./LICENSE)

## ChangeLog

See [CHANGELOG](./CHANGELOG.md)

## Run with [Docker Compose](https://docs.docker.com/compose/)(Recommendation)

- Build and run all services:

```bash
$ docker-compose up
```

- Re-build specific service:

```bash
$ docker-compose build ${SERVICE_NAME}
```

See [docker-compose.yml](./docker-compose.yml)

## Build - API Server

### Requirement
Expand Down

0 comments on commit 879c3d0

Please sign in to comment.