CONTRIBUTING.md
1 parent 1f47d54 commit 7743ca9Copy full SHA for 7743ca9
1 file changed
CONTRIBUTING.md
@@ -17,7 +17,15 @@ git clone https://github.com/EXG1O/Telegram-Bots-Hub.git
17
cd Telegram-Bots-Hub
18
```
19
20
-### 2. Set up environment and dependencies
+### 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
29
30
```bash
31
uv sync --locked
0 commit comments