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
+
[](https://tinyurl.com/NuvioAltstore)
+
+#### SideStore
+
[](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
-
[](https://tinyurl.com/NuvioAltstore)
-
- ### SideStore
-
[](https://tinyurl.com/NuvioSidestore)
-
- **Manual URL:** `https://raw.githubusercontent.com/tapframe/NuvioStreaming/main/nuvio-source.json`
-
(back to top)