Skip to content

Commit f4d6fe3

Browse files
committed
README: remove obsolete note on BUILD/WORKSPACE file locations
The files got moved to the root directory recently, and WORKSPACE is now MODULE Signed-off-by: Steffen Smolka <smolkaj@google.com>
1 parent cf3ac32 commit f4d6fe3

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,9 @@ files stay semantically valid.
7171

7272
## Build Using Bazel
7373

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
74+
The protobufs can also be built using [Bazel](https://bazel.build/):
7875
```sh
79-
cd proto && bazel build //...
76+
bazel build //...
8077
```
8178

8279
We run [continuous integration](.github/workflows/ci-build-proto.yml) to ensure

0 commit comments

Comments
 (0)