Skip to content

Commit c8e3c1d

Browse files
committed
Update installation instructions for v0.2.18-alpha
- Simplified README with direct download commands - Prefilled version-specific URLs
1 parent 5084f54 commit c8e3c1d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 8 additions & 8 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.2.17-arm64.dmg](https://github.com/BuilderIO/native-app-distribution/releases/download/v0.2.17-alpha/Builder.io-0.2.17-arm64.dmg)
9-
- 🍎 **macOS (Intel)**: [Download Builder.io-0.2.17.dmg](https://github.com/BuilderIO/native-app-distribution/releases/download/v0.2.17-alpha/Builder.io-0.2.17.dmg)
10-
- πŸͺŸ **Windows**: [Download BuilderInstaller.exe](https://github.com/BuilderIO/native-app-distribution/releases/download/v0.2.17-alpha/BuilderInstaller.exe)
8+
- 🍎 **macOS (Apple Silicon)**: [Download Builder.io-0.2.18-arm64.dmg](https://github.com/BuilderIO/native-app-distribution/releases/download/v0.2.18-alpha/Builder.io-0.2.18-arm64.dmg)
9+
- 🍎 **macOS (Intel)**: [Download Builder.io-0.2.18.dmg](https://github.com/BuilderIO/native-app-distribution/releases/download/v0.2.18-alpha/Builder.io-0.2.18.dmg)
10+
- πŸͺŸ **Windows**: [Download BuilderInstaller.exe](https://github.com/BuilderIO/native-app-distribution/releases/download/v0.2.18-alpha/BuilderInstaller.exe)
1111

1212
## Installation via GitHub CLI (Optional)
1313

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

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

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

3333
### Windows
3434
```bash
35-
gh release download "v0.2.17-alpha" --repo "BuilderIO/native-app-distribution" --pattern "BuilderInstaller.exe"
35+
gh release download "v0.2.18-alpha" --repo "BuilderIO/native-app-distribution" --pattern "BuilderInstaller.exe"
3636
./"BuilderInstaller.exe"
3737
```
3838

0 commit comments

Comments
Β (0)