From 175d6a173eb1861a6accc2d628310d16ec13d080 Mon Sep 17 00:00:00 2001 From: tapframe Date: Fri, 9 Jan 2026 18:27:19 +0530 Subject: [PATCH] update doc --- README.md | 6 +++--- docs/DOCUMENTATION.md | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 09951f7..2813869 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@

- Report Bug - · - Request Feature +Report Bug +· +Request Feature

diff --git a/docs/DOCUMENTATION.md b/docs/DOCUMENTATION.md index f48d724..41b1bf8 100644 --- a/docs/DOCUMENTATION.md +++ b/docs/DOCUMENTATION.md @@ -51,10 +51,11 @@ The app is designed to run "out of the box" without a `.env` file. Features requ - Set up your `ANDROID_HOME` (or `ANDROID_SDK_ROOT`) environment variable pointing to your SDK location. ### For iOS Development (macOS only) + 1. **Xcode**: Install the latest version of Xcode from the Mac App Store. 2. **Xcode Command Line Tools**: ```bash - xcode-select --install + xcode-select --install ``` 3. **CocoaPods**: Required for managing iOS dependencies. ```bash