mirror of
https://github.com/denoland/deno.git
synced 2025-02-02 04:38:21 -05: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
|
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
|
```shell
|
||||||
brew install deno
|
brew install deno
|
||||||
```
|
```
|
||||||
|
|
||||||
To install from source:
|
Using [Cargo](https://crates.io/crates/deno_cli):
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cargo install deno_cli
|
cargo install deno_cli
|
||||||
|
|
Loading…
Add table
Reference in a new issue