diff --git a/README.md b/README.md index bae68fe..98f108f 100755 --- a/README.md +++ b/README.md @@ -20,12 +20,18 @@ When trying to [debug Bazel remote caching](https://docs.bazel.build/versions/ma In practice these logs can be quite massive making them difficult to compare by hand; this tool tries to help with that. +To install: + + ```bash + cargo install bazel-execlog-cmp + ``` + ## how do i use this First, run the tool with the paths to your execution logs: ```bash - cargo run --release -- + bazel-execlog-cmp ``` Then, ask it to compare the actions for the artifacts you're interested in: @@ -113,12 +119,6 @@ Finally, there's also tab completion with fuzzy search; this is especially handy ## anything else? -To install this instead of cloning the repo, etc.: - - ```bash - cargo install --git https://github.com/rrbutani/bazel-execlog-cmp - ``` - This crate has one feature: `json-dump-command`. Enabling this feature unlocks the `json` command.