From 992036ec32589f61ae94fd59885535a75507f2ed Mon Sep 17 00:00:00 2001 From: Tim Jacomb <21194782+timja@users.noreply.github.com> Date: Mon, 24 Feb 2025 09:29:17 +0000 Subject: [PATCH] doc: fix typo in Windows building instructions PR-URL: https://github.com/nodejs/node/pull/57158 Reviewed-By: Luigi Pinca Reviewed-By: Stefan Stojanovic --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 3a7839f0655..3b21174792f 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -728,7 +728,7 @@ easily. These files will install the following To install Node.js prerequisites from Powershell Terminal: ```powershell -winget configure .\configurations\configuration.dsc.yaml +winget configure .\.configurations\configuration.dsc.yaml ``` Alternatively, you can use [Dev Home](https://learn.microsoft.com/en-us/windows/dev-home/)