mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Add Scoop installation command to README.md (#1467)
This commit is contained in:
parent
c3b612ac21
commit
028d8e4d90
1 changed files with 6 additions and 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:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue