Browse Source

update README.md for grunt

Nils Schneider 9 years ago
parent
commit
ecb65c9171
1 changed files with 9 additions and 7 deletions
  1. 9 7
      README.md

+ 9 - 7
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
 
-    bower install
+# Installing dependencies
 
-in its root directory.
+    npm install
+    bower install
 
 # 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.