From dfc3314caa1c11208e0464f5f85bd35ce4008085 Mon Sep 17 00:00:00 2001 From: Maksim Pischulenok Date: Thu, 27 Apr 2023 13:28:29 +0300 Subject: [PATCH] Update README.md --- .gitignore | 3 ++- README.md | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d70ad07..b7b0392 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .env -data \ No newline at end of file +data +.idea \ No newline at end of file diff --git a/README.md b/README.md index aadedaa..80378cb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Second version of [mention-all-the-bot](https://github.com/pischule/mention-all- ## how to run this ```shell -$ cat > docker-compose.yml << EOL +$ cat << EOF > docker-compose.yml services: bot: image: ghcr.io/pischule/go-mention-all-bot:master @@ -14,6 +14,6 @@ services: - ./data:/app/data environment: TELEGRAM_TOKEN: "" -EOL +EOF $ docker compose up -d -``` +``` \ No newline at end of file