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)