Skip to content

Commit 58d8823

Browse files
committed
Update README to clarify .env file creation instructions
1 parent c818760 commit 58d8823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ pip install -r requirements.txt
2626
```
2727

2828
### 3. Create .env file
29-
Create a `.env` file in the root directory:
30-
```env
29+
Create a `.env` file in the root directory or rename `.env.example` to `.env` and fill in your tokens:
30+
```bash
3131
BOT_TOKEN=your_telegram_bot_token
3232
OPENAI_API_KEY=your_openai_api_key
3333
```

0 commit comments

Comments
 (0)