aboutsummaryrefslogtreecommitdiff
path: root/examples/README.md
diff options
context:
space:
mode:
authorHailong Wen <hailongwen@google.com>2017-12-07 14:54:05 -0800
committerHailong Wen <hailongwen@google.com>2017-12-07 14:54:05 -0800
commitf08d21c38d840088a0b67ae2bf07aeab4ad7b77f (patch)
treee90784ae2a950acf2d788e774aac87635f0c9386 /examples/README.md
parentc0be5b44ec9d787e0834dc418381f0a5b87fca85 (diff)
downloadopencensus-java-f08d21c38d840088a0b67ae2bf07aeab4ad7b77f.tar.gz
Address comments from bogdan and sebright.
* Remove unnecessary plugins. * Reuse existing checkstyle.xml and errorprone properties from main project. * Add script in travis and appveyor to build examples.
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md
index eb37cd17..741e5cd8 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -6,7 +6,12 @@
$ ./gradlew installDist
```
-* Remember to change `opencensusVersion` in `build.gradle` to a released version you want to use.
+Note: If you are building a SNAPSHOT instead of a release, please install the opencensus-java main project to your local repo first:
+
+```
+$ cd .. && gradlew install
+```
+
## To run "StatsRunner" example use
```