mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
update doc
This commit is contained in:
parent
b7140e15a5
commit
175d6a173e
2 changed files with 5 additions and 4 deletions
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue