Skip to content

Commit

Permalink
docs(readme): Add winget instructions (denoland#25136)
Browse files Browse the repository at this point in the history
Signed-off-by: Meir Blachman <[email protected]>
Co-authored-by: Bartek Iwańczuk <[email protected]>
  • Loading branch information
Meir017 and bartlomieju authored Oct 26, 2024
1 parent 75f00ee commit ab3d02a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ brew install deno
choco install deno
```

[WinGet](https://winstall.app/apps/DenoLand.Deno) (Windows):

```powershell
winget install --id=DenoLand.Deno
```

### Build and install from source

Complete instructions for building Deno from source can be found in the manual
Expand Down

0 comments on commit ab3d02a

Please sign in to comment.