diff --git a/README.md b/README.md index 8094b3f..5cdca83 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,24 @@ grunt-angular-phonegap-example An example project with dsimard/grunt-angular-phonegap -1. Create phonegap project : 2d14bf17f776350b0ba993e991f96ceef0426f3b -2. User latest phonegap version : c66d368d06340f784a2b33d9fa79ca2fb12af00d +## Step 1 + +Create phonegap project : 2d14bf17f776350b0ba993e991f96ceef0426f3b + + +## Step 2 + +User latest phonegap version : c66d368d06340f784a2b33d9fa79ca2fb12af00d + + +## Step 3 + +Initialize angular application : 23ea3d50334bb7bc36948a39df440fc1058bf8bb + +You will be ask to overwrite `.gitignore`. **Do not accept**. Instead, press `d` for difference +and copy the added lines in your clipboard to paste later. Then press `n` for no. + +# Step 4 + +Add `grunt-angular-phonegap` to the app : + diff --git a/package.json b/package.json index 1261881..4bcda50 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,9 @@ "karma-requirejs": "~0.2.1", "karma-phantomjs-launcher": "~0.1.1", "karma": "~0.10.8", - "karma-ng-html2js-preprocessor": "~0.1.0" + "karma-ng-html2js-preprocessor": "~0.1.0", + "grunt-shell": "~0.5.0", + "grunt-angular-phonegap": "~0.1.2" }, "engines": { "node": ">=0.8.0"