1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00

Add Scoop installation command to Docs.md (#1468)

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

View file

@ -32,6 +32,12 @@ _Note: Depending on your security settings, you may have to run
`Set-ExecutionPolicy RemoteSigned -Scope CurrentUser` first to allow downloaded `Set-ExecutionPolicy RemoteSigned -Scope CurrentUser` first to allow downloaded
scripts to be executed._ 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 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). [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 These packages contain just a single executable file. You will have to set the