Skip to content

Commit

Permalink
Replace winget commands with full ID in installation.md (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
CatMe0w committed Jul 18, 2024
1 parent 1e9eccd commit 18af5d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/manual/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ choco install deno
Using [Winget](https://github.com/microsoft/winget-cli):

```shell
winget install deno
winget install DenoLand.Deno
```

Using [vfox](https://vfox.lhan.me/):
Expand Down Expand Up @@ -185,7 +185,7 @@ deno upgrade
Or using [Winget](https://github.com/microsoft/winget-cli) (Windows):

```shell
winget upgrade deno
winget upgrade DenoLand.Deno
```

This will fetch the latest release from
Expand Down

0 comments on commit 18af5d6

Please sign in to comment.