Make examples more consistent.

Move submodule examples into submodule/*
This commit is contained in:
Laramie Leavitt
2016-03-03 10:32:09 -08:00
parent d53f356dcd
commit 2c27d0f51d
7 changed files with 45 additions and 20 deletions

View File

@ -7,4 +7,10 @@ This requires bazel release > `bazel-0.20`.
```
$ bazel run :hello
$ bazel run :remote
$ bazel run :bare
$ bazel run :subbare
$ bazel run :subremote
```