Skip to content

Commit 28bc03c

Browse files
ofey404f0rmiga
andauthored
fix: example/build_file_generation/README.md (#1164)
This PR updates outdated README.md of example. Closes #1160 --------- Signed-off-by: Thulio Ferraz Assis <[email protected]> Co-authored-by: Thulio Ferraz Assis <[email protected]>
1 parent 02ace45 commit 28bc03c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/build_file_generation/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ extension, so that targets like `py_library` and `py_binary` can be
55
automatically created just by running
66

77
```sh
8-
$ bazel run //:gazelle
8+
bazel run //:requirements.update
9+
bazel run //:gazelle_python_manifest.update
10+
bazel run //:gazelle
911
```
1012

1113
As a demo, try creating a `__main__.py` file in this directory, then

0 commit comments

Comments
 (0)