소스 검색

update README.md for grunt

Nils Schneider 9 년 전
부모
커밋
ecb65c9171
1개의 변경된 파일9개의 추가작업 그리고 7개의 파일을 삭제
  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.