From 99f65a11b9deeddd33d11961083112edb69a2e1b Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 15 Sep 2023 13:06:12 -0400 Subject: [PATCH] Remove winget - out of date (#63) --- runtime/manual/getting_started/installation.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/runtime/manual/getting_started/installation.md b/runtime/manual/getting_started/installation.md index 3bfd8cbd..4ea27aee 100644 --- a/runtime/manual/getting_started/installation.md +++ b/runtime/manual/getting_started/installation.md @@ -27,12 +27,6 @@ Using PowerShell (Windows): irm https://deno.land/install.ps1 | iex ``` -Using [Winget](https://winget.run) (Windows): - -```shell -winget install --id DenoLand.Deno -e -``` - Using [Scoop](https://scoop.sh/) (Windows): ```shell @@ -108,12 +102,6 @@ To update a previously installed version of Deno, you can run: deno upgrade ``` -Or using [Winget](https://winget.run) (Windows): - -```shell -winget upgrade --id DenoLand.Deno -e -``` - This will fetch the latest release from [github.com/denoland/deno/releases](https://github.com/denoland/deno/releases), unzip it, and replace your current executable with it.