Skip to content

Commit 1016392

Browse files
author
James Sharpe
authored
Update README.md (#1262)
Switch to use bazel run so dependencies are installed automatically.
1 parent 7dd1b51 commit 1016392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To contribute a new module or a new version to an existing module, you can clone
99
```bash
1010
git clone https://github.com/bazelbuild/bazel-central-registry.git
1111
cd bazel-central-registry
12-
python3 ./tools/add_module.py
12+
bazel run //tools:add_module
1313
```
1414

1515
The script will generate all require changes based on your input, please review, modify and commit the change, then send a PR to the BCR repository.

0 commit comments

Comments
 (0)