summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDen (Microsoft) <[email protected]>2019-07-04 15:17:34 -0700
committerGitHub <[email protected]>2019-07-04 15:17:34 -0700
commit2123936e0d64f81ff75c52dd7ee1b2d470c651a7 (patch)
tree5fda5b42d17e7b1d4de7fe5a208500526db5c19c
parent8ffcdad009e4d410f92fabc4e322a76a0be3a69d (diff)
Update README.md
-rw-r--r--filesys/fastfat/README.md4
1 files changed, 3 insertions, 1 deletions
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
------------