Skip to content

Commit

Permalink
Remove winget - out of date (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Sep 15, 2023
1 parent fb47f41 commit 99f65a1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions runtime/manual/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 99f65a1

Please sign in to comment.