Added npm install and bower install
This commit is contained in:
parent
ee8df63df4
commit
5b9ff50f20
@ -7,9 +7,11 @@ First you have to install the following dependencies:
|
|||||||
- `bower` [Bower](http://bower.io)
|
- `bower` [Bower](http://bower.io)
|
||||||
- `grunt` [Grunt](http://gruntjs.com)
|
- `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 && bower install;
|
||||||
|
|
||||||
npm install -g bower grunt-cli
|
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user