fix README.md

This commit is contained in:
Benny 2023-12-12 20:57:05 +01:00
parent 320f0d5ffe
commit 5df6ab3f89
No known key found for this signature in database
GPG key ID: 6CD0DBDA5235D481
2 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,8 @@
name: docker image builder
on:
push:
paths-ignore:
- '**.md'
branches:
- 'master'

View file

@ -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.