Skip to content

Commit

Permalink
[readme] Fix bazel command instructions. (google#63)
Browse files Browse the repository at this point in the history
`--config` is a `bazel build` arg, not a `bazel` arg.
  • Loading branch information
ChrisCummins authored Oct 23, 2020
1 parent 6a9bbd8 commit 44de600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 27,7 @@ you can build the project like:

```shell
cd llvm-bazel/
bazel --config=generic_clang build @llvm-project//...
bazel build --config=generic_clang @llvm-project//...
```

Users are more likely going to want to fetch build files from this repository
Expand All @@ -47,7 47,7 @@ You can build either of these demos after changing into the respective directory
with a command like

```shell
bazel --config=generic_clang build @llvm-project//...
bazel build --config=generic_clang @llvm-project//...
```

# License
Expand Down

0 comments on commit 44de600

Please sign in to comment.