From 75b6b476b57cc6d7d6a4f1e314a91a5fdb73c085 Mon Sep 17 00:00:00 2001 From: Curtis Carter Date: Wed, 6 Nov 2019 10:20:40 -0600 Subject: [PATCH] Update README.md (#86) Added Chocolatey Install Instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 323eadf..ad5ef32 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,12 @@ scoop install deno brew install deno ``` +**With [Chocolatey](https://chocolatey.org/packages/deno):** + +```powershell +choco install deno +``` + ## Install and Manage Multiple Versions **With [asdf](https://asdf-vm.com) and [asdf-deno](https://github.com/asdf-community/asdf-deno):**