We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f478bf5 commit 27b9e1cCopy full SHA for 27b9e1c
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