From cd02b7b6e13b7a59ba5376ce7203fca173a97106 Mon Sep 17 00:00:00 2001 From: Mercury Date: Sun, 15 Dec 2024 17:57:33 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe42bf7..b63293c 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,10 @@ Note that this application requires **Windows 10 build 20348** or later. 2. Type `msbuild [Solution Filename]` -## Steps to build the sample using Visual Studio 2019 (preferred method): +## Steps to build the helper application using Visual Studio 2019 (preferred method): 1. Open Windows Explorer and navigate to the directory. 2. Double-click the icon for the .sln (solution) file to open the file in Visual Studio. -3. In the Build menu, select Build Solution. The application will be built in the default - \Debug or \Release directory +3. In the Build menu, select Build Solution. The application will be built in the default `\Debug` or `\Release` directory