From 6541d03ff5586e58eb47709256724a6cf1f60030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Mon, 15 Aug 2022 22:05:29 +0800 Subject: [PATCH] docs: use `irm` instead of `iwr -useb` (#15474) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20a0b0aa18..9d4d14893a 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):