Skip to content

Instantly share code, notes, and snippets.

@alexlopes
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexlopes/c13ed3b2f98047eef484 to your computer and use it in GitHub Desktop.
Save alexlopes/c13ed3b2f98047eef484 to your computer and use it in GitHub Desktop.
Installing PhoneGap Cordova in Ubuntu
sudo apt-get update
sudo apt-get install npm
sudo npm install -g cordova
ln -s /usr/bin/nodejs /usr/bin/node
sudo chmod 777 -R helloworld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment