aboutsummaryrefslogtreecommitdiff
path: root/examples/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md
index 62324f20..5b0a7ce6 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -107,4 +107,7 @@ $ ./target/appassembler/bin/HelloWorldClient user host serverPort cloudProjectId
```
### Bazel
-TODO \ No newline at end of file
+```
+$ ./bazel-bin/HelloWorldServer serverPort cloudProjectId zPagePort prometheusPort
+$ ./bazel-bin/HelloWorldClient user host serverPort cloudProjectId zPagePort
+```