summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMeir Blachman <meirblachman@gmail.com>2024-10-27 01:31:44 +0200
committerGitHub <noreply@github.com>2024-10-26 23:31:44 +0000
commitab3d02a08174042c6337d130b02a6fa0f85673d2 (patch)
tree83fd37ede5b2ea0ac80e1baa5a4bfbc37b3ca5b7 /README.md
parent75f00eecb0cf5e0002fe52da94d764fc6cb0e817 (diff)
docs(readme): Add winget instructions (#25136)
Signed-off-by: Meir Blachman <meirblachman@gmail.com> Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 102319f4f..19d4fa8a1 100644
--- a/README.md
+++ b/README.md
@@ -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