From f466ef97061ffed5baf1612a646accb2cda4b772 Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Thu, 7 Nov 2019 00:05:37 -0500 Subject: [PATCH] manual: add chocolatey install instructions (#3280) --- std/manual.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/std/manual.md b/std/manual.md index 0eb4fd64b4..0a0771f243 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