summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent LE GOFF <g_n_s@hotmail.fr>2019-04-02 02:38:03 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-04-01 20:38:03 -0400
commite44084c90dec8cafbc66d4e485ff24479c56ec2e (patch)
tree72e6be52998e1ce5b65a734280e0240228623854
parentb0a23beb8fae964be3cdd8c23c38af66257d34c7 (diff)
add scoop in the install (#2035)
-rw-r--r--website/manual.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/website/manual.md b/website/manual.md
index 9d809f72e..70bf55537 100644
--- a/website/manual.md
+++ b/website/manual.md
@@ -96,12 +96,18 @@ Using Shell:
$ curl -fsSL https://deno.land/x/install/install.sh | sh
```
-Or using PowerShell:
+Using PowerShell:
```shellsession
> iwr https://deno.land/x/install/install.ps1 | iex
```
+Using [Scoop](https://scoop.sh/) (windows):
+
+```
+scoop install deno
+```
+
Deno can also be installed manually, by downloading a tarball or zip file at
[github.com/denoland/deno/releases](https://github.com/denoland/deno/releases).
These packages contain just a single executable file. You will have to set the