From 028d8e4d90d2224334b44ccb1836dc47d85a9526 Mon Sep 17 00:00:00 2001 From: Mark Tiedemann Date: Sat, 5 Jan 2019 22:11:57 +0100 Subject: [PATCH] Add Scoop installation command to README.md (#1467) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 31295a6b81..582364413e 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,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 +``` + Try it: ```