Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ This CLI extension exposes the [CodeQL CLI](https://codeql.github.com/docs/codeq

## Installation

Once you have installed the GitHub CLI (version 2.0 or higher), run `gh extensions install github/gh-codeql`.
Once you have installed the GitHub CLI (version 2.0 or higher), run:

```bash
gh extensions install github/gh-codeql
```

## Usage

Expand Down