diff --git a/docs/Build.md b/docs/Build.md index 7088453..ba914e5 100644 --- a/docs/Build.md +++ b/docs/Build.md @@ -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. \ No newline at end of file +`grunt` will automatically build Lychee, everytime you save a file.