From ecb65c9171b4f9f4369ad5e109d405437414fc03 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Sun, 29 Mar 2015 14:49:59 +0200 Subject: [PATCH] update README.md for grunt --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2f173f2..9a9fe46 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,18 @@ -# Installing required modules +# Dependencies -This software uses bower to manage dependencies. To install all required -modules, run +- npm +- bower +- grunt-cli +# Installing dependencies + + npm install bower install -in its root directory. - # Building Just run: - node bower_components/r.js/dist/r.js -o build.js + grunt -This will create `app-combined.js`. +This will generate `build/` containing all requires files.