From e44084c90dec8cafbc66d4e485ff24479c56ec2e Mon Sep 17 00:00:00 2001 From: Vincent LE GOFF Date: Tue, 2 Apr 2019 02:38:03 +0200 Subject: add scoop in the install (#2035) --- website/manual.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3