aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-03-02 12:15:37 -0800
committerGitHub <noreply@github.com>2018-03-02 12:15:37 -0800
commit97932e88faa2673e8718c48402a85641a1dc82ff (patch)
tree766c11ca07358606f0f8bdc549f345591a71a12e /examples
parentc662689ee5fa9ae5cf4c0410a6be01401141cfd2 (diff)
downloadopencensus-java-97932e88faa2673e8718c48402a85641a1dc82ff.tar.gz
Update example README to include QuickStart (#1042)
Diffstat (limited to 'examples')
-rw-r--r--examples/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
index 34a51a14..c6f70ab5 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -57,3 +57,20 @@ Available pages:
[ZPagesTraceZLink]: http://localhost:8080/tracez
[ZPagesTraceConfigZLink]: http://localhost:8080/traceconfigz
+
+## To run "QuickStart" example use
+
+### Gradle
+```
+$ ./build/install/opencensus-examples/bin/QuickStart
+```
+
+### Maven
+```
+$ ./target/appassembler/bin/QuickStart
+```
+
+### Bazel
+```
+$ ./bazel-bin/QuickStart
+```