Skip to content

Commit abd5f6c

Browse files
authored
Update codeql-cli.md
1 parent 8859cc4 commit abd5f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/codeql-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
When you want to generate a CodeQL database locally and run the pre-compiled queries against it, this is the way to go.
44

55
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)
77

88
```
99
export PATH="/Documents/codeql-home/codeql:$PATH"

0 commit comments

Comments
 (0)