mirror of
https://github.com/tgbot-collection/ytdlbot.git
synced 2025-02-23 23:04:05 +08:00
fix README.md
This commit is contained in:
parent
320f0d5ffe
commit
5df6ab3f89
2 changed files with 5 additions and 3 deletions
2
.github/workflows/builder.yaml
vendored
2
.github/workflows/builder.yaml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: docker image builder
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue