Added npm install and bower install

pull/146/merge
Tobias Reich 10 years ago
parent ee8df63df4
commit 5b9ff50f20

@ -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.

Loading…
Cancel
Save