From bcaf218cd4f5f902222cb274fb6c7ffa654f3caf Mon Sep 17 00:00:00 2001 From: Dave Bartolomeo Date: Mon, 23 Aug 2021 20:46:42 -0400 Subject: [PATCH] Update readme with workflow changes --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c36b8d200d9..6d778507ab9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ repository](https://github.com/github/codeql). ## Installation -Simply clone this repository. There are no external dependencies. +Clone this repository. + +Run `scripts/install-deps.sh`. This will ensure that the necessary external CodeQL packs are +downloaded to your machine. You will need to re-run this script whenever you pull new commits from +the repo. If you want to use the CodeQL extension for Visual Studio Code, import this repository into your VS Code workspace.