Skip to content

Commit 66e17ba

Browse files
Merge pull request #77 from microsoft/development
Clarifies quickstart instructions by branch
2 parents 94f8307 + 944b9da commit 66e17ba

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,18 @@ For general use, use the `main` branch along with [version 2.11.5 of the CodeQL
3434
3535
3636
1. Clone and install the Windows Driver Developer Supplemental Tools repository which contains the CodeQL queries specific for drivers:
37+
38+
For WHCP BRANCHES use:
39+
```
40+
D:\codeql-home\>git clone https://github.com/microsoft/Windows-Driver-Developer-Supplemental-Tools.git --recurse-submodules
3741
```
42+
43+
For MAIN BRANCH use:
44+
45+
```
3846
D:\codeql-home\>git clone https://github.com/microsoft/Windows-Driver-Developer-Supplemental-Tools.git
3947
```
48+
4049
Now you should have:
4150
```
4251
D:/codeql-home
@@ -56,7 +65,12 @@ For general use, use the `main` branch along with [version 2.11.5 of the CodeQL
5665
```
5766
5867
1. Install CodeQL Packages using `codeql pack install`
59-
```
68+
69+
For WHCP BRANCHES: Skip this step.
70+
71+
For MAIN BRANCH use:
72+
73+
```
6074
D:\codeql-home\codeql>codeql pack install D:\codeql-home\Windows-Driver-Developer-Supplemental-Tools\src
6175
```
6276

0 commit comments

Comments
 (0)