Skip to content

Commit d927a29

Browse files
authored
Update README.md
1 parent 489513f commit d927a29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ Once you've finished the code tour, your CodeQL environment will be all set up a
1616

1717
## Running simple CodeQL queries
1818

19-
You can use this codespace to learn about the concepts of CodeQL, without having to analyze any code.
19+
You can use this codespace to learn about the concepts of CodeQL, without having to analyze any code. If you would like to use CodeQL to analyze your own projects, you can follow the instructions in [Setting up CodeQL in Visual Studio Code](https://codeql.github.com/docs/codeql-for-visual-studio-code/setting-up-codeql-in-visual-studio-code/) to set up your own CodeQL environment.
20+
21+
To run simple CodeQL queries in this codespace:
2022

2123
1. Right click on `codeql-tutorial-database` in the file explorer and select **CodeQL: Set Current Database**.
2224
1. Edit the `tutorial.ql` file to write a CodeQL query.
2325
1. Once you've written your query, right-click within the `.ql` query file, and click **CodeQL: Run Query**, or
2426
1. Open the Command Palette with `Cmd/Ctrl + Shift + P`, start typing "CodeQL", and click on **CodeQL: Run Query**.
2527

26-
## Querying an existing codebase
27-
28-
If you would like to use CodeQL to analyze a real codebase, you can follow the instructions in [Setting up CodeQL in Visual Studio Code](https://codeql.github.com/docs/codeql-for-visual-studio-code/setting-up-codeql-in-visual-studio-code/) to set up your own CodeQL environment.
29-
3028
## Further learning
3129

3230
You can find CodeQL tutorials in our [CodeQL documentation](https://codeql.github.com/docs/writing-codeql-queries/ql-tutorials/). The tutorials introduce concepts that you can use this codespace to practice.
31+
32+
We also have [CodeQL language guides](https://codeql.github.com/docs/codeql-language-guides/) to help you experiment and learn how to write effective and efficient queries for CodeQL databases generated from the languages supported in CodeQL analysis.

0 commit comments

Comments
 (0)