Skip to content

Commit

Permalink
Update instructions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sylwia-budzynska authored Jun 1, 2023
1 parent f0e95d6 commit 88a661a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2/challenge-3/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The CodeQL command line tool allows you to create databases from locally-sourced
## Use the GitHub Codespace created in the previous challenge or install CodeQL CLI
The GitHub Codespace that you created in the previous challenge comes with CodeQL CLI preinstalled. If you did create the codespace, you can skip this section and go to [#create-a-codeql-database](#create-a-codeql-database).

If you did not create the codespace in the previous step, the easiest way to install the CodeQL CLI locally is as an extension to the `gh` CLI tool — GitHub's official CLI tool.
If you did not create the codespace in the previous challenge, the easiest way to install the CodeQL CLI locally is as an extension to the `gh` CLI tool — GitHub's official CLI tool.
1. If you don't have `gh` installed, install it using the instructions [here](https://github.com/cli/cli#installation).
2. Install the CodeQL extension using:
```bash
Expand Down

0 comments on commit 88a661a

Please sign in to comment.