From 4951edff5e53234bb6bddea84e347c3c73192a4d Mon Sep 17 00:00:00 2001 From: 256clinton Date: Tue, 21 Apr 2026 13:48:26 +0300 Subject: [PATCH] docs: add setup instructions for project installation and execution --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index b0217c3..d8eaed6 100644 --- a/README.md +++ b/README.md @@ -127,3 +127,21 @@ MIT, Apache ## Maintainers Muwanga Erasto Kosea, Ouma Ronald +## 🚀 Setup Guide + +Follow these steps to run the LifeLine-ICT project locally. + +### 🔹 Prerequisites + +Ensure you have the following installed: +- Git +- Node.js / Java / Python (depending on project stack) +- Package manager (npm / pip / maven) + +--- + +### 🔹 Step 1: Clone the Repository + +```bash +git clone https://github.com/your-username/LifeLine-ICT.git +cd LifeLine-ICT