diff options
-rw-r--r-- | website/manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/manual.md b/website/manual.md index 324610077..292830feb 100644 --- a/website/manual.md +++ b/website/manual.md @@ -101,7 +101,7 @@ curl -fsSL https://deno.land/x/install/install.sh | sh Using PowerShell: -```powershell +```shell iwr https://deno.land/x/install/install.ps1 -useb | iex ``` |