From 0a72f0cee2e607758ab1ad2093a3b794abf38444 Mon Sep 17 00:00:00 2001 From: Remy Tuyeras Date: Tue, 27 Jan 2026 15:26:51 -0500 Subject: [PATCH] polish readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e1df9d..95194ac 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ Use the ready-made scripts `open_server.sh` and `open_client.sh` in the repo roo **POSIX (macOS/Linux)** + ```bash # terminal A source venv/bin/activate @@ -144,6 +145,7 @@ bash open_client.sh ``` **Windows** + Use **Git Bash** (or WSL). Activate the venv then run the scripts with Bash: ```bash @@ -154,7 +156,8 @@ bash ./open_client.sh # terminal B If needed: `chmod +x open_server.sh open_client.sh`. -**Expected** +**Expected behavior** + Server starts and listens and client connects and can send messages through a chat interactive window. If anything fails, re-run `source setup.sh` and try again.