From 6683e01adc77a5a98a9cf6a81841bd7904c1b669 Mon Sep 17 00:00:00 2001 From: Kigozi Joshua Kimuli Date: Thu, 26 Mar 2026 12:58:16 +0300 Subject: [PATCH 1/2] docs: add getting started section to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2decc67..b2cf346 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,10 @@ GreenCode/ ├── pom.xml # Maven build file └── docker-compose.yml # Docker orchestration +## Getting Started + +To get started with this project: +1. Clone the repository +2. Install dependencies +3. Run the application From 2d46e2aa90b1be57283b7b1ad8dff8799707f1aa Mon Sep 17 00:00:00 2001 From: Kigozi Joshua Kimuli Date: Thu, 26 Mar 2026 13:06:44 +0300 Subject: [PATCH 2/2] docs: add getting started section to README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b2cf346..722f79e 100644 --- a/README.md +++ b/README.md @@ -40,4 +40,3 @@ To get started with this project: 1. Clone the repository 2. Install dependencies 3. Run the application -