diff --git a/README.md b/README.md index 685cf9e..3eb9b87 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,12 @@ [![Build Status](https://droneci.gavt45.ru/api/badges/gav/es-bot/status.svg)](https://droneci.gavt45.ru/gav/es-bot) -todo (пока лень) + +## Deploy +```shell +$ cp .env.example .env +``` +Change variables as you need and then: +```shell +$ docker-compose up -d +```