From 0ba99514a934546d7aa71e95ab30b79b9ebad2eb Mon Sep 17 00:00:00 2001 From: allenmylath Date: Mon, 14 Oct 2024 11:22:56 +0530 Subject: [PATCH] Update README.md env.example added hence addying copy command will be necessary --- examples/websocket-server/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/websocket-server/README.md b/examples/websocket-server/README.md index 8417f5a9d..a8f2f1aac 100644 --- a/examples/websocket-server/README.md +++ b/examples/websocket-server/README.md @@ -8,6 +8,7 @@ This is an example that shows how to use `WebsocketServerTransport` to communica python3 -m venv venv source venv/bin/activate pip install -r requirements.txt +cp env.example .env # and add your credentials ``` ## Run the bot