summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 31295a6b8..582364413 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:
```