diff --git a/index.html b/index.html
index 8b01f46..4b025ac 100755
--- a/index.html
+++ b/index.html
@@ -609,19 +609,11 @@
$ $ npm i -g
androidjs-builder
-
- Create new project
- $ mkdir myapp
- && cd myapp
-
+
Generate project
- $ androidjs g
+ $ androidjs init
- Install dependencies
- $ npm i
-
-
@@ -631,9 +623,15 @@ $
+
Build command
-
$ androidjs b
- -f
+ $ androidjs build
+
+
+ Help
+ $ androidjs --help
+
+