Skip to content

Commit

Permalink
README: mention jq/yq reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Feb 10, 2025
1 parent 55912f1 commit a0db0a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Git plugins and Bash scripts/aliases for [DVC].
[`git-diff-dvc.sh`] and [`git-textconv-dvc.sh`] can be used to render human-readable `git diff` and `git show` summaries of DVC-tracked files and directories.

### Setup <a id="diff-setup"></a>
Install [`jq`] and [`yq`], then configure Git diff/show via:
```bash
# From a clone of this repo: ensure git-diff-dvc.sh is on your $PATH
echo "export PATH=$PATH:$PWD" >> ~/.bashrc && . ~/.bashrc
Expand Down Expand Up @@ -730,3 +731,6 @@ The [`dvc-utils`] package provides a [`dvc-diff`] CLI that supports applying arb

[dvc-utils]: https://github.com/runsascoded/dvc-utils
[`git-diff-parquet.sh`]: https://github.com/ryan-williams/parquet-helpers?tab=readme-ov-file#git-diffshow-plugins-

[`jq`]: https://jqlang.org/
[`yq`]: https://github.com/mikefarah/yq

0 comments on commit a0db0a5

Please # to comment.