You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README: give shorter install instruction with http_jar
Re-order the installation methods in order of how likely we think they are to be right for more use cases.
Also give a bit more motivating explanation for why correct affectedness calculation matters
java -jar bazel-bin/src/main/java/com/bazel_diff/bazel-diff_deploy.jar # This JAR can be run anywhere
181
224
```
182
225
183
-
### Integrate directly into your Bazel Project
226
+
### Build from sources in your Bazel Project
184
227
185
228
Add the following to your `WORKSPACE` file to add the external repositories, replacing the `RELEASE_ARCHIVE_URL` with the archive url of the bazel-diff release you wish to depend on:
0 commit comments