Nicolas Petton преди 11 години
родител
ревизия
fd8f46d085
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -30,9 +30,9 @@ Building Amber
 Since 0.10.0 Amber uses [Grunt.js](http://gruntjs.com/) as build system.
 To compile Amber on the commandline execute the following commands:
 
-#    cd ${Amber_DIR}
-#    npm install
-#    ./node_modules/grunt/bin/grunt
+    cd ${Amber_DIR}
+    npm install
+    ./node_modules/grunt/bin/grunt
 
 More infos
 ----------