diff --git a/website/manual.md b/website/manual.md index 9d809f72e3..70bf555375 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