Merge pull request #373 from LudovicRousseau/patch-1

Use src/ instead of build/ directory
This commit is contained in:
Tobias Reich 2015-07-06 16:31:51 +02:00
commit c7d426c1c4

View File

@ -9,9 +9,9 @@ First you have to install the following dependencies:
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: 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:
cd build/; cd src/
npm install -g bower gulp; npm install -g bower gulp
npm install && bower install; npm install && bower install
### Build ### Build