Skip to content

Commit f76a9ab

Browse files
committed
Update installation instructions for v0.1.54-alpha
- Simplified README with direct download commands - Prefilled version-specific URLs
1 parent 1e87a96 commit f76a9ab

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
## Quick Download
66

77
**Direct Download Links:**
8-
- 🍎 **macOS (Apple Silicon)**: [Download Builder.io-0.1.51-arm64.dmg](https://github.com/BuilderIO/native-app-distribution/releases/download/v0.1.51-alpha/Builder.io-0.1.51-arm64.dmg)
9-
- 🍎 **macOS (Intel)**: [Download Builder.io-0.1.51.dmg](https://github.com/BuilderIO/native-app-distribution/releases/download/v0.1.51-alpha/Builder.io-0.1.51.dmg)
10-
- 🪟 **Windows**: [Download Builder.io Setup 0.1.51.exe](https://github.com/BuilderIO/native-app-distribution/releases/download/v0.1.51-alpha/Builder.io.Setup.0.1.51.exe)
8+
- 🍎 **macOS (Apple Silicon)**: [Download Builder.io-0.1.54-arm64.dmg](https://github.com/BuilderIO/native-app-distribution/releases/download/v0.1.54-alpha/Builder.io-0.1.54-arm64.dmg)
9+
- 🍎 **macOS (Intel)**: [Download Builder.io-0.1.54.dmg](https://github.com/BuilderIO/native-app-distribution/releases/download/v0.1.54-alpha/Builder.io-0.1.54.dmg)
10+
- 🪟 **Windows**: [Download Builder.io Setup 0.1.54.exe](https://github.com/BuilderIO/native-app-distribution/releases/download/v0.1.54-alpha/Builder.io.Setup.0.1.54.exe)
1111

1212
## Installation via GitHub CLI (Optional)
1313

@@ -20,20 +20,20 @@ gh auth login
2020

2121
### macOS (Apple Silicon - M1/M2/M3)
2222
```bash
23-
gh release download "v0.1.51-alpha" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.1.51-arm64.dmg"
24-
open Builder.io-0.1.51-arm64.dmg
23+
gh release download "v0.1.54-alpha" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.1.54-arm64.dmg"
24+
open Builder.io-0.1.54-arm64.dmg
2525
```
2626

2727
### macOS (Intel)
2828
```bash
29-
gh release download "v0.1.51-alpha" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.1.51.dmg"
30-
open Builder.io-0.1.51.dmg
29+
gh release download "v0.1.54-alpha" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.1.54.dmg"
30+
open Builder.io-0.1.54.dmg
3131
```
3232

3333
### Windows
3434
```bash
35-
gh release download "v0.1.51-alpha" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io Setup 0.1.51.exe"
36-
./"Builder.io Setup 0.1.51.exe"
35+
gh release download "v0.1.54-alpha" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io Setup 0.1.54.exe"
36+
./"Builder.io Setup 0.1.54.exe"
3737
```
3838

3939
---

0 commit comments

Comments
 (0)