From 5df6ab3f89fc7984b75d3fb11b0409cbf9b4e827 Mon Sep 17 00:00:00 2001 From: Benny Date: Tue, 12 Dec 2023 20:57:05 +0100 Subject: [PATCH] fix README.md --- .github/workflows/builder.yaml | 2 ++ README.md | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/builder.yaml b/.github/workflows/builder.yaml index 958bd71..e6d548a 100644 --- a/.github/workflows/builder.yaml +++ b/.github/workflows/builder.yaml @@ -1,6 +1,8 @@ name: docker image builder on: push: + paths-ignore: + - '**.md' branches: - 'master' diff --git a/README.md b/README.md index 06b6919..81e0623 100644 --- a/README.md +++ b/README.md @@ -81,14 +81,14 @@ To deploy this bot, follow these steps: * ```Bash git clone https://github.com/tgbot-collection/ytdlbot ``` - * ```Bash + * ```Bash cd ytdlbot/ ``` 3. Creating a virtual environment and installing required modules in Python. * ```Python python -m venv venv ``` - * ```Bash + * ```Bash source venv/bin/activate # Linux #or .\venv\Scripts\activate # Windows @@ -96,7 +96,7 @@ To deploy this bot, follow these steps: * ```Python pip install --upgrade pip ``` - * ```Python + * ```Python pip install -r requirements.txt ``` 4. Set the environment variables `TOKEN`, `APP_ID`, `APP_HASH`, and any others that you may need.