We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bbb7ad + 27b9e1c commit 143d64cCopy full SHA for 143d64c
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
200
201
The CodeQL libraries and queries for Go analysis live in the `CodeQL for Go
202
repository <https://github.com/github/codeql-go/>`__. Clone a copy of this
203
-repository into ``codeql-home``.
+repository into ``codeql-home``, and run ``codeql-go/scripts/install-deps.sh``
204
+to install its dependencies.
205
206
The cloned repositories should have a sibling relationship.
207
For example, if the root of the cloned CodeQL repository is
0 commit comments