update gazel usage in bazel.md

This commit is contained in:
xialong.lee 2016-11-13 18:27:41 +08:00
parent 454f60c758
commit db1b4d6f1e

View File

@ -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: