
上QQ阅读APP看书,第一时间看更新
Unix /MacOS X
Extract the content of the zip or tar.gz using the following command:
unzip apache-maven-3.5.0-bin.zip
Alternatively, you can use the following:
tar xzvf apache-maven-3.5.0-bin.tar.gz
Add this to your ~/.bash_profile:
export PATH=/maven-install-dir/bin:$PATH