Skip to content

Commit

Permalink
Add installation instructions using winget for Windows (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy authored Sep 17, 2023
1 parent 58b11fb commit c0f5f7d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions runtime/manual/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ Using PowerShell (Windows):
irm https://deno.land/install.ps1 | iex
```

Using [Winget](https://github.com/microsoft/winget-cli) (Windows):

```shell
winget install deno
```

Using [Scoop](https://scoop.sh/) (Windows):

```shell
Expand Down Expand Up @@ -98,6 +104,12 @@ To update a previously installed version of Deno, you can run:
deno upgrade
```

Or using [Winget](https://github.com/microsoft/winget-cli) (Windows):

```shell
winget upgrade deno
```

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 c0f5f7d

Please sign in to comment.