Update readme to new targets.

This commit is contained in:
Laramie Leavitt
2016-03-03 11:12:25 -08:00
parent 2c27d0f51d
commit 78f4f71743
2 changed files with 5 additions and 3 deletions

View File

@ -8,9 +8,11 @@ This requires bazel release > `bazel-0.20`.
``` ```
$ bazel run :hello $ bazel run :hello
$ bazel run :local
$ bazel run :remote $ bazel run :remote
$ bazel run :bare $ bazel run :bare
$ bazel run :subbare
$ bazel run :subremote $ bazel run //submodule:bare
$ bazel run //submodule:remote
``` ```