Skip to content

Commit 407b7b4

Browse files
authored
README: Add submodule update command
1 parent 4292dd4 commit 407b7b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- **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.
2020
- **What if I forgot to add `--recursive`?** If you've already cloned the repository, please set up the submodule by running:
2121
```
22-
git submodule --init --remote
22+
git submodule update --init --remote
2323
```
2424
- Open the repository in Visual Studio Code: **File** > **Open Folder** > Browse to the checkout of `githubuniverseworkshops/codeql`.
2525
- 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 @@
4040
4141
## License
4242
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

Comments
 (0)