Skip to content

Commit

Permalink
chore: Fix instructions about building deploy jar (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
honnix authored Sep 20, 2024
1 parent 9d8f546 commit 37e65d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@ bazel run :bazel-diff --config=verbose -- bazel-diff -h
### Build your own deployable JAR

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

### Build from source in your Bazel Project
Expand Down

0 comments on commit 37e65d7

Please sign in to comment.