You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/codeql-cli.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
When you want to generate a CodeQL database locally and run the pre-compiled queries against it, this is the way to go.
4
4
5
5
First let's download the CodeQL bundle! Head over [here](https://github.com/github/codeql-action/releases) and download the approprate bundle for your operating system.
6
-
Once it's downloaded, untar the content to a CodeQL home folder and you can add CodeQL to your path if you'd like
6
+
Once it's downloaded, untar the content to a CodeQL home folder and you can add CodeQL to your path if you'd like (or use Brew install for this)
0 commit comments