Merge pull request #36717 from xialonglee/update-bazel.md

Automatic merge from submit-queue

update gazel usage in bazel.md

**What this PR does / why we need it**:
Now run the newest gazel have to specify the '-root' argument to update a single BUILD file.
So updated the gazel usage.
pull/6/head
Kubernetes Submit Queue 2016-11-28 11:42:30 -08:00 committed by GitHub
commit b93ac7c95a
1 changed files with 1 additions and 1 deletions

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: