Update README.md

This commit is contained in:
Nihaal Sharma
2024-12-26 14:41:49 +00:00
committed by GitHub
parent 35bb7c43ad
commit a791053cd7

View File

@@ -24,9 +24,9 @@ Near Future is a SwiftUI App to help people to track upcoming events - Holidays,
### Prerequisites ### Prerequisites
- **Xcode 15+** - **Xcode 15+**
- **iOS 17+** (if planning to install to a physical device) - **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 ```bash
git clone https://github.com/your-repo/NearFuture.git git clone https://github.com/your-username/NearFuture.git
cd NearFuture cd NearFuture
open NearFuture.xcodeproj open NearFuture.xcodeproj
``` ```