From c5b086250ef8f830eab87fe0b0843bfa5cba3318 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Fri, 13 Dec 2024 12:16:55 -0800 Subject: [PATCH] doc: fix winget config path PR-URL: https://github.com/nodejs/node/pull/56233 Reviewed-By: Luigi Pinca Reviewed-By: Jason Zhang Reviewed-By: James M Snell Reviewed-By: Marco Ippolito --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 1ccd594f00b311..ee42aea5401fc1 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -683,7 +683,7 @@ easily. These files will install the following To install Node.js prerequisites from Powershell Terminal: ```powershell -winget configure .\configuration.dsc.yaml +winget configure .\configurations\configuration.dsc.yaml ``` Alternatively, you can use [Dev Home](https://learn.microsoft.com/en-us/windows/dev-home/)