summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakobL-MSFT <[email protected]>2023-11-13 10:21:17 -0800
committerGitHub <[email protected]>2023-11-13 10:21:17 -0800
commit61b6bdcf2c034dfedcb1806a58756faf3430f89d (patch)
treed087bfd67cb95d4a13ff8a5035d18ec1fd524383
parentf07f43cbbc2110bd6fe0389a1017544072d7dda6 (diff)
47451678: Windows-driver-samples /Building-Locally.md: Remove ping (`) from instructions (#1050)
-rw-r--r--Building-Locally.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Building-Locally.md b/Building-Locally.md
index b4f0339a..838686a5 100644
--- a/Building-Locally.md
+++ b/Building-Locally.md
@@ -3,7 +3,7 @@
## Step 1: Install git and pwsh 7.3.0
```
winget install --id Microsoft.Powershell --source winget
-winget install --id Git.Git --source winget`
+winget install --id Git.Git --source winget
```
## Step 2: Create a "driver build environment"