From c3b612ac21c6c95106f32c0c54198e87ca3085a8 Mon Sep 17 00:00:00 2001 From: Mark Tiedemann Date: Sat, 5 Jan 2019 22:11:04 +0100 Subject: Add Scoop installation command to Docs.md (#1468) --- Docs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Docs.md b/Docs.md index ee1110832..15a59ad43 100644 --- a/Docs.md +++ b/Docs.md @@ -32,6 +32,12 @@ _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 +``` + 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