Skip to content

Commit 962d2cc

Browse files
committed
feat: iwr -> irm
1 parent 2f33f3a commit 962d2cc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

deno.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

islands/InstallToggle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const platforms: Platform[] = [
2424
name: "Windows (PowerShell)",
2525
icon: Monitor,
2626
command:
27-
`iwr -Uri "https://tryandromeda.dev/install.ps1" | Invoke-Expression`,
27+
`irm -Uri "https://tryandromeda.dev/install.ps1" | Invoke-Expression`,
2828
downloadUrl: "/install.ps1",
2929
color: "blue",
3030
},

static/content/docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ chmod +x install.sh
2828
### Windows (PowerShell)
2929

3030
```powershell
31-
iwr -Uri "https://tryandromeda.dev/install.ps1" | Invoke-Expression
31+
irm -Uri "https://tryandromeda.dev/install.ps1" | Invoke-Expression
3232
```
3333

3434
### Windows (Command Prompt)

0 commit comments

Comments
 (0)