I am trying to create a new porject with the latest version of cordova. I am following the instructions here but I get stuck at the Start New Project command line section
I follow the instruction where it says open the command line tool, drop the 'bin' file in and enter the following:
./create ~/Documents/CordovaXY/HelloWorld org.apache.cordova.HelloWorld HelloWorld
But when I hit enter all the command line says is
No such file or directory
Is there anyway to do this without using command line?
Thanks!