From 0febaaeddb276d57ce4ba0dd2e8b11fb0159e315 Mon Sep 17 00:00:00 2001 From: Juma Charles Herman Date: Thu, 12 Feb 2026 11:40:42 +0300 Subject: [PATCH 1/2] Added beginner installation example to REDME Improved documentation by adding a simple step-by-step guide for beginners. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index bdbedd2..d7544ea 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,15 @@ pnpm build - **TypeScript**: Type safety - **GitHub API**: Live issue data - **CSS**: Modern styling with glassmorphism effects + +## Begginer Installation Exxample +1. Clone the repository: + git clone +https://github.com/23101133370096/first-contributions + +2. Navigate into the folder: + cd first-contributionsy + +3. Open the project in your code editor. + +This step-by-step help the beginners get started easily. From 0a1aa69c5a45c67906d852a6acf06926a0e0460e Mon Sep 17 00:00:00 2001 From: Juma Charles Herman Date: Thu, 12 Feb 2026 11:56:26 +0300 Subject: [PATCH 2/2] Added beginner installation example to REDME Improved documentation by adding a simple step-by-step guide for beginners. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7544ea..cf45e20 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,8 @@ pnpm build git clone https://github.com/23101133370096/first-contributions -2. Navigate into the folder: - cd first-contributionsy +2. Navigate into the project folder: + cd first-contributions 3. Open the project in your code editor.