mirror of
https://github.com/denoland/deno.git
synced 2024-10-29 08:58:01 -04:00
manual: add chocolatey install instructions (#3280)
This commit is contained in:
parent
ccc9f1ae5e
commit
f466ef9706
1 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue