mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
update readme
This commit is contained in:
parent
d6216d95db
commit
a0eb6ca6dc
1 changed files with 14 additions and 12 deletions
26
README.md
26
README.md
|
|
@ -87,7 +87,20 @@ npm install
|
|||
npx expo start
|
||||
```
|
||||
|
||||
### Build
|
||||
### iOS App Installation
|
||||
|
||||
#### AltStore
|
||||
<img src="https://upload.wikimedia.org/wikipedia/commons/2/20/AltStore_logo.png" width="24" height="24" align="left"> [](https://tinyurl.com/NuvioAltstore)
|
||||
|
||||
#### SideStore
|
||||
<img src="https://github.com/SideStore/assets/blob/main/icon.png?raw=true" width="24" height="24" align="left"> [](https://tinyurl.com/NuvioSidestore)
|
||||
|
||||
**Manual URL:** `https://raw.githubusercontent.com/tapframe/NuvioStreaming/main/nuvio-source.json`
|
||||
|
||||
### Development Build
|
||||
|
||||
<details>
|
||||
<summary>Build from Source</summary>
|
||||
|
||||
```bash
|
||||
npx expo prebuild
|
||||
|
|
@ -95,17 +108,6 @@ npx expo run:android # Android
|
|||
npx expo run:ios # iOS
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>Alternative iOS Installation</summary>
|
||||
|
||||
### AltStore
|
||||
<img src="https://upload.wikimedia.org/wikipedia/commons/2/20/AltStore_logo.png" width="24" height="24" align="left"> [](https://tinyurl.com/NuvioAltstore)
|
||||
|
||||
### SideStore
|
||||
<img src="https://github.com/SideStore/assets/blob/main/icon.png?raw=true" width="24" height="24" align="left"> [](https://tinyurl.com/NuvioSidestore)
|
||||
|
||||
**Manual URL:** `https://raw.githubusercontent.com/tapframe/NuvioStreaming/main/nuvio-source.json`
|
||||
|
||||
</details>
|
||||
|
||||
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue