Ubuntu Pastebin

Paste from wafflejock at Tue, 2 Dec 2014 04:41:45 +0000

Download as text
1
2
3
4
5
6
cd /var/www
git clone https://github.com/angular/angular.js.git
cd angular.js
npm install
grunt package
sensible-browser http://localhost/angular.js/build/docs
Download as text