update doc

This commit is contained in:
tapframe 2026-01-09 18:27:19 +05:30
parent b7140e15a5
commit 175d6a173e
2 changed files with 5 additions and 4 deletions

View file

@ -22,9 +22,9 @@
<br /> <br />
<br /> <br />
<a href="https://github.com/tapframe/NuvioStreaming/issues/new?labels=bug&template=bug_report.md">Report Bug</a> <a href="https://github.com/tapframe/NuvioStreaming/issues/new?labels=bug&template=bug_report.md">Report Bug</a>
· ·
<a href="https://github.com/tapframe/NuvioStreaming/issues/new?labels=enhancement&template=feature_request.md">Request Feature</a> <a href="https://github.com/tapframe/NuvioStreaming/issues/new?labels=enhancement&template=feature_request.md">Request Feature</a>
</p> </p>
</div> </div>

View file

@ -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. - Set up your `ANDROID_HOME` (or `ANDROID_SDK_ROOT`) environment variable pointing to your SDK location.
### For iOS Development (macOS only) ### For iOS Development (macOS only)
1. **Xcode**: Install the latest version of Xcode from the Mac App Store. 1. **Xcode**: Install the latest version of Xcode from the Mac App Store.
2. **Xcode Command Line Tools**: 2. **Xcode Command Line Tools**:
```bash ```bash
xcode-select --install xcode-select --install
``` ```
3. **CocoaPods**: Required for managing iOS dependencies. 3. **CocoaPods**: Required for managing iOS dependencies.
```bash ```bash