diff options
Diffstat (limited to 'std/manual.md')
-rw-r--r-- | std/manual.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/std/manual.md b/std/manual.md index 0eb4fd64b..0a0771f24 100644 --- a/std/manual.md +++ b/std/manual.md @@ -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 |