From a0eb6ca6dce2e09ac582ed58da552482866999ef Mon Sep 17 00:00:00 2001 From: tapframe Date: Fri, 24 Oct 2025 21:22:40 +0530 Subject: [PATCH] update readme --- README.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index bef8e31f..0257a759 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,20 @@ npm install npx expo start ``` -### Build +### iOS App Installation + +#### AltStore + [![Add to AltStore](https://img.shields.io/badge/Add%20to-AltStore-blue?style=for-the-badge)](https://tinyurl.com/NuvioAltstore) + +#### SideStore + [![Add to SideStore](https://img.shields.io/badge/Add%20to-SideStore-green?style=for-the-badge)](https://tinyurl.com/NuvioSidestore) + +**Manual URL:** `https://raw.githubusercontent.com/tapframe/NuvioStreaming/main/nuvio-source.json` + +### Development Build + +
+ Build from Source ```bash npx expo prebuild @@ -95,17 +108,6 @@ npx expo run:android # Android npx expo run:ios # iOS ``` -
- Alternative iOS Installation - - ### AltStore - [![Add to AltStore](https://img.shields.io/badge/Add%20to-AltStore-blue?style=for-the-badge)](https://tinyurl.com/NuvioAltstore) - - ### SideStore - [![Add to SideStore](https://img.shields.io/badge/Add%20to-SideStore-green?style=for-the-badge)](https://tinyurl.com/NuvioSidestore) - - **Manual URL:** `https://raw.githubusercontent.com/tapframe/NuvioStreaming/main/nuvio-source.json` -

(back to top)