Command line installer for Web3j
In a terminal, run the following command:
curl -L get.web3j.io | sh
This script will not work if Web3j has been installed using Homebrew on macOS.
In PowerShell, run the following command:
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/web3j/web3j-installer/master/installer.ps1'))