Skip to content

Commit de1fdd3

Browse files
authored
Merge pull request github#9382 from github/geoffw0-patch-2
Swift: Added Bazel install step.
2 parents 9212886 + 27968b6 commit de1fdd3

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)