From ac82ae844ab432df2c61b06301fc93c84f8ec71e Mon Sep 17 00:00:00 2001 From: Rahul Butani Date: Wed, 12 May 2021 15:14:28 -0500 Subject: [PATCH] update the readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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.