Skip to content

Commit 7c95bb2

Browse files
committed
Rust: Update example path.
1 parent 6b0d7bc commit 7c95bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ bazel run @codeql//rust:rust-installer
1717
```
1818
You now need to create a [per-user CodeQL configuration file](https://docs.github.com/en/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/specifying-command-options-in-a-codeql-configuration-file#using-a-codeql-configuration-file) and specify the option:
1919
```
20-
--search-path Users/YOURUSERNAME/semmle-code/ql
20+
--search-path PATH/TO/semmle-code/ql
2121
```
22-
(or wherever the `codeql` checkout is on your system)
22+
(wherever the `codeql` checkout is on your system)
2323

2424
You can now use the Rust extractor e.g. to run Rust tests from the command line or in VSCode.
2525

0 commit comments

Comments
 (0)