Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 64c60f6

Browse files
authored
Merge pull request #160 from sauyon/readme
Add links to the CodeQL CLI and LGTM.com
2 parents 1c5dd51 + 51026a7 commit 64c60f6

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ It contains two major components:
1212

1313
The goal of this project is to provide comprehensive static analysis support for Go in CodeQL.
1414

15-
For the queries and libraries that power CodeQL support for other languages, visit [the CodeQL repository](https://github.com/github/codeql).
15+
For the queries and libraries that power CodeQL support for other languages, visit [the CodeQL
16+
repository](https://github.com/github/codeql).
1617

1718
## Installation
1819

@@ -23,9 +24,10 @@ Code workspace.
2324

2425
## Usage
2526

26-
To analyze a Go codebase, either use the CodeQL command-line interface to create a database
27-
yourself, or download a pre-built database from LGTM.com. You can then run any of the queries
28-
contained in this repository either on the command line or using the VS Code extension.
27+
To analyze a Go codebase, either use the [CodeQL command-line
28+
interface](https://help.semmle.com/codeql/codeql-cli.html) to create a database yourself, or
29+
download a pre-built database from [LGTM.com](https://lgtm.com/). You can then run any of the
30+
queries contained in this repository either on the command line or using the VS Code extension.
2931

3032
Note that the [lgtm.com](https://github.com/github/codeql-go/tree/lgtm.com) branch of this
3133
repository corresponds to the version of the queries that is currently deployed on LGTM.com.

0 commit comments

Comments
 (0)