Skip to content

Commit 79d93fc

Browse files
README update
1 parent db35e06 commit 79d93fc

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,6 @@ bazel run //:bazel-diff
199199

200200

201201
> Note, in releases prior to 2.0.0 the value for the `main_class` attribute is just `BazelDiff`
202-
203-
#### Debugging
204-
205-
To run `bazel-diff` with debug logging, run your commands with the `verbose` config like so:
206-
207-
```terminal
208-
bazel run :bazel-diff --config=verbose -- bazel-diff -h
209202
```
210203
211204
### Run Via JAR Release
@@ -225,6 +218,14 @@ To run the project
225218
bazel run :bazel-diff -- bazel-diff -h
226219
```
227220

221+
#### Debugging (when running from source)
222+
223+
To run `bazel-diff` with debug logging, run your commands with the `verbose` config like so:
224+
225+
```terminal
226+
bazel run :bazel-diff --config=verbose -- bazel-diff -h
227+
```
228+
228229
### Build your own deployable JAR
229230

230231
```terminal

0 commit comments

Comments
 (0)