Skip to content

Commit 3fb2b12

Browse files
dmichel1songy23
authored andcommitted
Add instructions on how to install a local snapshot for testing (census-instrumentation#1713)

Addresses census-instrumentation#1694
1 parent bb5ebe1 commit 3fb2b12

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CONTRIBUTING.md

+12
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,18 @@ Use these commands to run Checker Framework null analysis:
9393

9494
`gradlew.bat clean assemble -PcheckerFramework`
9595

96+
Run the following command to install a local snapshot of OpenCensus. This
97+
can be a very useful tool for testing changes locally against another
98+
project that uses OpenCensus.
99+
100+
### OS X or Linux
101+
102+
`./gradlew install`
103+
104+
### Windows
105+
106+
`gradlew.bat install`
107+
96108
### Checker Framework null analysis
97109

98110
OpenCensus uses the [Checker Framework](https://checkerframework.org/) to

0 commit comments

Comments
 (0)