We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e7a2cd + b498383 commit a54c21dCopy full SHA for a54c21d
README.md
@@ -60,6 +60,7 @@ GitHub Action:
60
61
To get the `jd` commandline utility:
62
* run `brew install jd`, or
63
+* run `mise use -g jd@latest` if you are using [mise](https://jdx.mise.dev), or
64
* run `go install github.com/josephburnett/jd/v2/jd@latest`, or
65
* visit https://github.com/josephburnett/jd/releases/latest and download the pre-built binary for your architecture/os, or
66
* run in a Docker image `jd(){ docker run --rm -i -v $PWD:$PWD -w $PWD josephburnett/jd "$@"; }`.
0 commit comments