diff options
author | Meir Blachman <meirblachman@gmail.com> | 2024-10-27 01:31:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-26 23:31:44 +0000 |
commit | ab3d02a08174042c6337d130b02a6fa0f85673d2 (patch) | |
tree | 83fd37ede5b2ea0ac80e1baa5a4bfbc37b3ca5b7 /README.md | |
parent | 75f00eecb0cf5e0002fe52da94d764fc6cb0e817 (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.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |