1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

docs(readme): Add winget instructions (#25136)

Signed-off-by: Meir Blachman <meirblachman@gmail.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
Meir Blachman 2024-10-27 01:31:44 +02:00 committed by Bartek Iwańczuk
parent 7a7232c47c
commit ec0e7dde90
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750

View file

@ -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