summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMark Tiedemann <www.marktiedemann@gmail.com>2019-01-05 22:11:57 +0100
committerRyan Dahl <ry@tinyclouds.org>2019-01-05 16:11:57 -0500
commit028d8e4d90d2224334b44ccb1836dc47d85a9526 (patch)
tree1f8284081b1cdf25decad8e9f4dd861a20bcaea2 /README.md
parentc3b612ac21c6c95106f32c0c54198e87ca3085a8 (diff)
Add Scoop installation command to README.md (#1467)
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:
```