Skip to content

Commit

Permalink
Add Scoop installation command to Docs.md (denoland#1468)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkTiedemann authored and ry committed Jan 5, 2019
1 parent f443221 commit c3b612a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3b612a

Please sign in to comment.