mirror of
https://github.com/denoland/deno.git
synced 2024-10-29 08:58:01 -04:00
add scoop in the install (#2035)
This commit is contained in:
parent
b0a23beb8f
commit
e44084c90d
1 changed files with 7 additions and 1 deletions
|
@ -96,12 +96,18 @@ Using Shell:
|
||||||
$ curl -fsSL https://deno.land/x/install/install.sh | sh
|
$ curl -fsSL https://deno.land/x/install/install.sh | sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Or using PowerShell:
|
Using PowerShell:
|
||||||
|
|
||||||
```shellsession
|
```shellsession
|
||||||
> iwr https://deno.land/x/install/install.ps1 | iex
|
> iwr https://deno.land/x/install/install.ps1 | iex
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Using [Scoop](https://scoop.sh/) (windows):
|
||||||
|
|
||||||
|
```
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in a new issue