$ curl -sLk https://raw.githubusercontent.com/kevincobain2000/gobrew/master/git.io.sh | sh
$ export PATH="$HOME/.gobrew/current/bin:$HOME/.gobrew/bin:$PATH"https://github.com/kevincobain2000/gobrew
$ brew install asdf
$ echo -e "\n. $(brew --prefix asdf)/libexec/asdf.sh" >> ${ZDOTDIR:-~}/.zshrcUbuntuの場合は以下に従ってインストールしてください。
https://asdf-vm.com/guide/getting-started.html
$ asdf plugin-add jq https://github.com/AZMCode/asdf-jq.git
$ asdf install jq 1.6
$ asdf local jq 1.6
$ jq --version
jq-1.6https://github.com/ryodocx/asdf-jq
以下に従ってインストールしてください。
Docker Desktop for Mac
https://docs.docker.com/desktop/install/mac-install/
以下に従ってインストールしてください。
- Docker Desktop for Ubuntu
- Docker Engine for Ubuntu
さらにsudoなしで使えるようにするために以下の手順を実行してください