Add Scoop installation command to README.md (#1467)

This commit is contained in:
Mark Tiedemann 2019-01-05 22:11:57 +01:00 committed by Ryan Dahl
parent c3b612ac21
commit 028d8e4d90

View File

@ -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:
```