mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
update gazel usage in bazel.md
This commit is contained in:
parent
454f60c758
commit
db1b4d6f1e
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ To update a single build file, run:
|
|||
$ # get gazel
|
||||
$ go get -u github.com/mikedanese/gazel
|
||||
$ # .e.g. ./pkg/kubectl/BUILD
|
||||
$ gazel ./pkg/kubectl
|
||||
$ gazel -root="${YOUR_KUBE_ROOT_PATH}" ./pkg/kubectl
|
||||
```
|
||||
|
||||
Updating BUILD file for a package will be required when:
|
||||
|
|
|
|||
Loading…
Reference in a new issue