diff options
author | 迷渡 <justjavac@gmail.com> | 2022-08-15 22:05:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 10:05:29 -0400 |
commit | 6541d03ff5586e58eb47709256724a6cf1f60030 (patch) | |
tree | 50fc0756024feaeb0613333c4c7ea13230e5f482 /README.md | |
parent | 5a4f84a0e1a514c0e6040116953717051b44c168 (diff) |
docs: use `irm` instead of `iwr -useb` (#15474)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |