From 879c3d0a1b0d8fdb868739fad949a27272281489 Mon Sep 17 00:00:00 2001 From: Seungjae Park Date: Tue, 18 Aug 2020 18:42:18 +0900 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index fe0d1d5..8e774dd 100644 --- a/README.md +++ b/README.md @@ -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