Browse Source

Update README.md

Nicolas Petton 11 years ago
parent
commit
fd8f46d085
1 changed files with 3 additions and 3 deletions
  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
 ----------