Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Dec 12, 2023
1 parent 320f0d5 commit 5df6ab3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: docker image builder
on:
push:
paths-ignore:
- '**.md'
branches:
- 'master'

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,22 @@ 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
```
* ```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.
Expand Down

0 comments on commit 5df6ab3

Please sign in to comment.