You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
-**Please don't forget `--recursive`:** This allows you to obtain the standard CodeQL query libraries, which are included as a Git submodule of this repository.
20
20
-**What if I forgot to add `--recursive`?** If you've already cloned the repository, please set up the submodule by running:
21
21
```
22
-
git submodule --init --remote
22
+
git submodule update --init --remote
23
23
```
24
24
- Open the repository in Visual Studio Code: **File** > **Open Folder** > Browse to the checkout of `githubuniverseworkshops/codeql`.
25
25
- Import the [CodeQL database](https://github.com/githubuniverseworkshops/codeql/releases/download/universe-2020/codeql-cpp-workshop-uaf.zip) to be used in the workshop:
@@ -40,4 +40,4 @@
40
40
41
41
## License
42
42
43
-
The code in this repository is licensed under the [MIT License](LICENSE) by GitHub.
43
+
The code in this repository is licensed under the [MIT License](LICENSE) by GitHub.
0 commit comments