1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00

manual: add chocolatey install instructions (#3280)

This commit is contained in:
Ry Dahl 2019-11-07 00:05:37 -05:00 committed by Bert Belder
parent ccc9f1ae5e
commit f466ef9706

View file

@ -129,13 +129,19 @@ Using [Scoop](https://scoop.sh/) (windows):
scoop install deno
```
Using [Homebrew](https://brew.sh/) (mac):
Using [Chocolatey](https://chocolatey.org/packages/deno) (windows):
```shell
choco install deno
```
Using [Homebrew](https://formulae.brew.sh/formula/deno) (mac):
```shell
brew install deno
```
To install from source:
Using [Cargo](https://crates.io/crates/deno_cli):
```shell
cargo install deno_cli