以下のコマンドを実行し、すべてdefaultの選択でインストールする。
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shhttps://www.rust-lang.org/ja/tools/install
$ brew install asdf
$ echo -e "\n. $(brew --prefix asdf)/libexec/asdf.sh" >> ${ZDOTDIR:-~}/.zshrcFor Ubuntu, install according to the following.
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
$ cargo install cargo-makehttps://github.com/sagiegurari/cargo-make
$ cargo install sqlx-cliIf the above command fails, try running as cargo install sqlx-cli --locked.
For Ubuntu, execute the above command after executing the following.
$ sudo apt install pkg-config libssl-devhttps://github.com/launchbadge/sqlx/
Follow the instructions below to install it.
Docker Desktop for Mac
https://docs.docker.com/desktop/install/mac-install/
Follow the instructions below to install it.
- Docker Desktop for Ubuntu
- Docker Engine for Ubuntu
In addition, to be able to use it without sudo, please follow these steps.