From 2123936e0d64f81ff75c52dd7ee1b2d470c651a7 Mon Sep 17 00:00:00 2001 From: "Den (Microsoft)" <33675759+dendeli-msft@users.noreply.github.com> Date: Thu, 4 Jul 2019 15:17:34 -0700 Subject: Update README.md --- filesys/fastfat/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/filesys/fastfat/README.md b/filesys/fastfat/README.md index 865cb9e1..d2f43d6e 100644 --- a/filesys/fastfat/README.md +++ b/filesys/fastfat/README.md @@ -53,7 +53,9 @@ You can build a driver from the command line using the Visual Studio Command Pro 1. Open a Visual Studio Command Prompt window at the **Start** screen. From this window you can use MsBuild.exe to build any Visual Studio project by specifying the project (.VcxProj) or solutions (.Sln) file. 2. Navigate to the project directory and enter the **MSbuild** command for your target. For example, to perform a clean build of a Visual Studio driver project called *filtername*.vcxproj, navigate to the project directory and enter the following MSBuild command: - **msbuild /t:clean /t:build .\\fastfat.vcxproj**. +```bash +msbuild /t:clean /t:build .\\fastfat.vcxproj +``` Installation ------------ -- cgit v1.3.1