From a791053cd7ccd9cfda3b527a94108bd9cb6b926e Mon Sep 17 00:00:00 2001 From: Nihaal Sharma <69979447+neon443@users.noreply.github.com> Date: Thu, 26 Dec 2024 14:41:49 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 746b9ed..d3d0d66 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ Near Future is a SwiftUI App to help people to track upcoming events - Holidays, ### Prerequisites - **Xcode 15+** - **iOS 17+** (if planning to install to a physical device) -1. Clone the repository and open the `.xcodeproj`: +1. Fork and Clone the repository and open the `.xcodeproj`: ```bash - git clone https://github.com/your-repo/NearFuture.git + git clone https://github.com/your-username/NearFuture.git cd NearFuture open NearFuture.xcodeproj ```