We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3ac32 commit f4d6fe3Copy full SHA for f4d6fe3
1 file changed
README.md
@@ -71,12 +71,9 @@ files stay semantically valid.
71
72
## Build Using Bazel
73
74
-The protobufs can also be built using [Bazel](https://bazel.build/).
75
-The Bazel WORKSPACE and BUILD files are located in the [proto folder](proto/).
76
-
77
-To build, run
+The protobufs can also be built using [Bazel](https://bazel.build/):
78
```sh
79
-cd proto && bazel build //...
+bazel build //...
80
```
81
82
We run [continuous integration](.github/workflows/ci-build-proto.yml) to ensure
0 commit comments