diff options
author | Mark Tiedemann <www.marktiedemann@gmail.com> | 2019-01-05 22:11:57 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-05 16:11:57 -0500 |
commit | 028d8e4d90d2224334b44ccb1836dc47d85a9526 (patch) | |
tree | 1f8284081b1cdf25decad8e9f4dd861a20bcaea2 /README.md | |
parent | c3b612ac21c6c95106f32c0c54198e87ca3085a8 (diff) |
Add Scoop installation command to README.md (#1467)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: ``` |