Skip to content

Commit a54c21d

Browse files
Merge pull request #111 from jylenhof/master
docs(README): add mise alternate installation documentation
2 parents 4e7a2cd + b498383 commit a54c21d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ GitHub Action:
6060
6161
To get the `jd` commandline utility:
6262
* run `brew install jd`, or
63+
* run `mise use -g jd@latest` if you are using [mise](https://jdx.mise.dev), or
6364
* run `go install github.com/josephburnett/jd/v2/jd@latest`, or
6465
* visit https://github.com/josephburnett/jd/releases/latest and download the pre-built binary for your architecture/os, or
6566
* run in a Docker image `jd(){ docker run --rm -i -v $PWD:$PWD -w $PWD josephburnett/jd "$@"; }`.

0 commit comments

Comments
 (0)