summaryrefslogtreecommitdiff
path: root/website/manual.md
diff options
context:
space:
mode:
Diffstat (limited to 'website/manual.md')
-rw-r--r--website/manual.md16
1 files changed, 3 insertions, 13 deletions
diff --git a/website/manual.md b/website/manual.md
index ec4ced45e..0f8072eca 100644
--- a/website/manual.md
+++ b/website/manual.md
@@ -82,24 +82,14 @@ scripts to download and install the binary.
Using Shell:
-```
-curl -fL https://deno.land/x/install/install.sh | sh
+```sh
+curl -fsSL https://deno.land/x/install/install.sh | sh
```
Or using PowerShell:
```powershell
-iex (iwr https://deno.land/x/install/install.ps1)
-```
-
-_Note: Depending on your security settings, you may have to run
-`Set-ExecutionPolicy RemoteSigned -Scope CurrentUser` first to allow downloaded
-scripts to be executed._
-
-With [Scoop](https://scoop.sh/):
-
-```
-scoop install deno
+iwr https://deno.land/x/install/install.ps1 | iex
```
Deno can also be installed manually, by downloading a tarball or zip file at