From d9c9f8f131eb028c1f8dd66ccff4bf7d893c5229 Mon Sep 17 00:00:00 2001 From: Andrey Gumirov Date: Sun, 1 May 2022 01:58:48 +0700 Subject: [PATCH] Upd readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 +```