mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
docs: use irm
instead of iwr -useb
(#15474)
This commit is contained in:
parent
5a4f84a0e1
commit
6541d03ff5
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ curl -fsSL https://deno.land/install.sh | sh
|
||||||
PowerShell (Windows):
|
PowerShell (Windows):
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
iwr https://deno.land/install.ps1 -useb | iex
|
irm https://deno.land/install.ps1 | iex
|
||||||
```
|
```
|
||||||
|
|
||||||
[Homebrew](https://formulae.brew.sh/formula/deno) (Mac):
|
[Homebrew](https://formulae.brew.sh/formula/deno) (Mac):
|
||||||
|
|
Loading…
Reference in a new issue