summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author迷渡 <justjavac@gmail.com>2022-08-15 22:05:29 +0800
committerGitHub <noreply@github.com>2022-08-15 10:05:29 -0400
commit6541d03ff5586e58eb47709256724a6cf1f60030 (patch)
tree50fc0756024feaeb0613333c4c7ea13230e5f482 /README.md
parent5a4f84a0e1a514c0e6040116953717051b44c168 (diff)
docs: use `irm` instead of `iwr -useb` (#15474)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 20a0b0aa1..9d4d14893 100644
--- a/README.md
+++ b/README.md
@@ -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):