Skip to content

Commit

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

```
Expand Down

0 comments on commit 028d8e4

Please sign in to comment.