Added npm install and bower install

This commit is contained in:
Tobias Reich 2014-04-28 20:41:13 +02:00
parent ee8df63df4
commit 5b9ff50f20

View File

@ -7,9 +7,11 @@ First you have to install the following dependencies:
- `bower` [Bower](http://bower.io)
- `grunt` [Grunt](http://gruntjs.com)
After [installing Node.js](http://nodejs.org) you can use the included `npm` package manager to install the global requirements with the following command:
After [installing Node.js](http://nodejs.org) you can use the included `npm` package manager to install the global requirements and Lychee-dependencies with the following command:
npm install -g bower grunt-cli
npm install -g bower grunt-cli;
npm install && bower install;
### Build
@ -21,4 +23,4 @@ While developing, you might want to use the following command to watch for chang
grunt watch
`grunt` will automatically build Lychee, everytime you save a file.
`grunt` will automatically build Lychee, everytime you save a file.