Skip to content

Commit 7743ca9

Browse files
committed
Update CONTRIBUTING.md file
1 parent 1f47d54 commit 7743ca9

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,15 @@ git clone https://github.com/EXG1O/Telegram-Bots-Hub.git
1717
cd Telegram-Bots-Hub
1818
```
1919

20-
### 2. Set up environment and dependencies
20+
### 2. Configure environment variables
21+
22+
Copy the `.env.example` file to `.env` and configure it with your settings:
23+
24+
```bash
25+
cp .env.example .env
26+
```
27+
28+
### 3. Set up environment and dependencies
2129

2230
```bash
2331
uv sync --locked

0 commit comments

Comments
 (0)