From 04fa95090fa5e411087f294e9626806cc743c8d6 Mon Sep 17 00:00:00 2001 From: gm112 <740416+gm112@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:39:20 +0000 Subject: [PATCH 1/2] docs: update installation.md with Windows version note Added a note about Windows version requirements for Deno. --- runtime/getting_started/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/getting_started/installation.md b/runtime/getting_started/installation.md index 4897ffa49..3bc70f492 100644 --- a/runtime/getting_started/installation.md +++ b/runtime/getting_started/installation.md @@ -82,6 +82,8 @@ vfox use --global deno +**NOTE:** Deno requires Windows 10 version 1709, or Windows Server 2016 version 1709 and up, due to requiring [IsWow64Process2](https://learn.microsoft.com/en-us/windows/win32/api/wow64apiset/nf-wow64apiset-iswow64process2). + Using PowerShell (Windows): ```powershell From 1980cdb5d0dbe71f3435ae875aabeecccdd2012f Mon Sep 17 00:00:00 2001 From: gm112 <740416+gm112@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:44:43 +0000 Subject: [PATCH 2/2] chore: lint fmt --- runtime/getting_started/installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/runtime/getting_started/installation.md b/runtime/getting_started/installation.md index 3bc70f492..4489e1261 100644 --- a/runtime/getting_started/installation.md +++ b/runtime/getting_started/installation.md @@ -82,7 +82,9 @@ vfox use --global deno -**NOTE:** Deno requires Windows 10 version 1709, or Windows Server 2016 version 1709 and up, due to requiring [IsWow64Process2](https://learn.microsoft.com/en-us/windows/win32/api/wow64apiset/nf-wow64apiset-iswow64process2). +**NOTE:** Deno requires Windows 10 version 1709, or Windows Server 2016 version +1709 and up, due to requiring +[IsWow64Process2](https://learn.microsoft.com/en-us/windows/win32/api/wow64apiset/nf-wow64apiset-iswow64process2). Using PowerShell (Windows):