|
@@ -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 -g bower grunt-cli;
|
|
|
|
+ npm install && bower install;
|
|
|
|
+
|
|
|
|
|
|
### Build
|
|
### Build
|
|
|
|
|
|
@@ -21,4 +23,4 @@ While developing, you might want to use the following command to watch for chang
|
|
|
|
|
|
grunt watch
|
|
grunt watch
|
|
|
|
|
|
-`grunt` will automatically build Lychee, everytime you save a file.
|
|
|
|
|
|
+`grunt` will automatically build Lychee, everytime you save a file.
|