diff options
author | Mark Tiedemann <www.marktiedemann@gmail.com> | 2019-01-05 22:11:04 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-05 16:11:04 -0500 |
commit | c3b612ac21c6c95106f32c0c54198e87ca3085a8 (patch) | |
tree | 3d19939682acb13edac3afe780049329acc2b479 | |
parent | f44322128b1ebb3d3d0db5ab9527ee4cdfbc7942 (diff) |
Add Scoop installation command to Docs.md (#1468)
-rw-r--r-- | Docs.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |