From 27b9e1c01bf3cb422a09eb4a51d6f9a9e52a498a Mon Sep 17 00:00:00 2001 From: Chris Smowton Date: Mon, 7 Feb 2022 16:11:42 +0000 Subject: [PATCH] Docs: Note codeql-go needs an install step before use --- docs/codeql/codeql-cli/getting-started-with-the-codeql-cli.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/codeql/codeql-cli/getting-started-with-the-codeql-cli.rst b/docs/codeql/codeql-cli/getting-started-with-the-codeql-cli.rst index a3e4c1b5504..aba683a5e05 100644 --- a/docs/codeql/codeql-cli/getting-started-with-the-codeql-cli.rst +++ b/docs/codeql/codeql-cli/getting-started-with-the-codeql-cli.rst @@ -200,7 +200,8 @@ clone and rename the repository in a single step by running The CodeQL libraries and queries for Go analysis live in the `CodeQL for Go repository `__. Clone a copy of this -repository into ``codeql-home``. +repository into ``codeql-home``, and run ``codeql-go/scripts/install-deps.sh`` +to install its dependencies. The cloned repositories should have a sibling relationship. For example, if the root of the cloned CodeQL repository is