Skip to content

Commit 2cf9160

Browse files
committed
Fix activation command in README for Python virtual environment
1 parent 62965bc commit 2cf9160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Access Rocket.Chat at [http://localhost:3000](http://localhost:3000).
2727

2828
```bash
2929
uv venv
30-
.\venv\Scripts\activate
30+
.venv\Scripts\activate
3131
uv add mcp[cli] httpx
3232
```
3333

0 commit comments

Comments
 (0)