aboutsummaryrefslogtreecommitdiff
path: root/examples/README.md
diff options
context:
space:
mode:
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
```