Created
February 26, 2014 23:23
-
-
Save sandcastle/9240961 to your computer and use it in GitHub Desktop.
Script to be able to build source on Ubuntu 12.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install git | |
sudo apt-get install npm | |
npm install -g bower | |
npm install | |
bower install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment