Skip to content

Commit 37e65d7

Browse files
authored
chore: Fix instructions about building deploy jar (#225)
1 parent 9d8f546 commit 37e65d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ bazel run :bazel-diff --config=verbose -- bazel-diff -h
309309
### Build your own deployable JAR
310310

311311
```terminal
312-
bazel build //src/main/java/com/bazel_diff:bazel-diff_deploy.jar
313-
java -jar bazel-bin/src/main/java/com/bazel_diff/bazel-diff_deploy.jar # This JAR can be run anywhere
312+
bazel build //cli:bazel-diff_deploy.jar
313+
java -jar bazel-bin/cli/bazel-diff_deploy.jar # This JAR can be run anywhere
314314
```
315315

316316
### Build from source in your Bazel Project

0 commit comments

Comments
 (0)