(on my macbook pro) I have my download unzipped in the following folder:
/usr/local/apache-maven/apache-maven-3.3.9/
My JAVA_HOME is set:
echo $JAVA_HOME
/Library/Java/JavaVirtualMachines/jdk1.8.0_74.jdk/Contents/Home
But i'm having issues understanding this text from the install docs:
Add the bin directory of the created directory apache-maven-3.3.9 to the PATH environment variable
What does this mean and how do I do it?
Thanks!