Skip to content

Commit

Permalink
docs: use irm instead of iwr -useb (denoland#15474)
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac committed Aug 15, 2022
1 parent 5a4f84a commit 6541d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ curl -fsSL https://deno.land/install.sh | sh
PowerShell (Windows):

```powershell
iwr https://deno.land/install.ps1 -useb | iex
irm https://deno.land/install.ps1 | iex
```

[Homebrew](https://formulae.brew.sh/formula/deno) (Mac):
Expand Down

0 comments on commit 6541d03

Please sign in to comment.