|
@@ -17,6 +17,8 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
|
|
|
brew update
|
|
|
brew install coreutils gnu-tar jq curl
|
|
|
echo "It is recommended to setup Docker desktop from: https://www.docker.com/products/docker-desktop"
|
|
|
+ echo "It is also recommended to install qemu emulators with following command:"
|
|
|
+ echo "docker run --privileged --rm tonistiigi/binfmt --install all"
|
|
|
fi
|
|
|
|
|
|
# If OS is supported will install build tools for rust and substrate.
|