Skip to content

Commit 27968b6

Browse files
authored
Added Bazel install step.
1 parent 6cfd790 commit 27968b6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

swift/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ The Swift codeql package is an experimental and unsupported work in progress.
44

55
## Usage
66

7-
Run
7+
First ensure you have Bazel installed, e.g. with
8+
9+
```bash
10+
brew install bazelisk
11+
```
12+
13+
then run
814

915
```bash
1016
bazel run //swift:create-extractor-pack

0 commit comments

Comments
 (0)