Skip to content

Commit a2953c4

Browse files
committed
Update installation instructions for v2025.07.29-prerelease
- Simplified README with direct download commands - Prefilled version-specific URLs
1 parent f011c7f commit a2953c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88
99
### macOS (Apple Silicon - M1/M2/M3)
1010
```bash
11-
gh release download "v2025.07.21-prerelease" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.1.0-arm64.dmg"
12-
open Builder.io-0.1.0-arm64.dmg
11+
gh release download "v2025.07.29-prerelease" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.1.14-arm64.dmg"
12+
open Builder.io-0.1.14-arm64.dmg
1313
```
1414

1515
### macOS (Intel)
1616
```bash
17-
gh release download "v2025.07.21-prerelease" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.1.0.dmg"
18-
open Builder.io-0.1.0.dmg
17+
gh release download "v2025.07.29-prerelease" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.1.14.dmg"
18+
open Builder.io-0.1.14.dmg
1919
```
2020

2121
### Windows
2222
```bash
23-
gh release download "v2025.07.21-prerelease" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io Setup 0.1.0.exe"
24-
./"Builder.io Setup 0.1.0.exe"
23+
gh release download "v2025.07.29-prerelease" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io Setup 0.1.14.exe"
24+
./"Builder.io Setup 0.1.14.exe"
2525
```
2626

2727
---

0 commit comments

Comments
 (0)