docs: use `irm` instead of `iwr -useb` (#15474)

This commit is contained in:
迷渡 2022-08-15 22:05:29 +08:00 committed by GitHub
parent 5a4f84a0e1
commit 6541d03ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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):