From c16f668b9f2825cd3bdefeb9de8526c222aa3598 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Wed, 11 Dec 2024 12:11:24 -0800 Subject: [PATCH] doc: fix winget config path --- 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/)