From 577c53eb4ef836dd0b1902e7d53384ef0ab97686 Mon Sep 17 00:00:00 2001 From: Sir-Emress Date: Tue, 17 Mar 2026 19:25:57 +0300 Subject: [PATCH] docs: add Windows-friendly setup commands --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccc78b0..dca2cc7 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,11 @@ This is the **recommended** way to run OpenCare-Africa as it ensures consistency curl http://localhost:8000/health/ # Test the web interface - open http://localhost:8000/ +# macOS +open http://localhost:8000/ + +# Windows +start http://localhost:8000/ ``` 7. **Access the application** @@ -222,7 +226,11 @@ If you prefer to run the application locally without Docker: curl http://localhost:8000/health/ # Test the web interface - open http://localhost:8000/ +# macOS +open http://localhost:8000/ + +# Windows +start http://localhost:8000/ ``` ## 📊 API Documentation