From 3a99658cc2d6016abeae0fed387fef82c72d7481 Mon Sep 17 00:00:00 2001 From: Michael Brooks Date: Mon, 20 Aug 2012 14:46:23 -0700 Subject: [PATCH] Add README.md and UPDATING.md --- .gitignore | 2 ++ README.md | 29 +++++++++++++++++++++++++++++ UPDATING.md | 1 + 3 files changed, 32 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 UPDATING.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..fd29596833 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# OS X +.DS_Store diff --git a/README.md b/README.md new file mode 100644 index 0000000000..632e4411ed --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# Hello World PhoneGap Application + +> A Hello World application built with PhoneGap + +## PhoneGap Build + +Create a new app with the following repository: + + https://github.com/phonegap/phonegap-start.git + +## Run Application + + /www/index.html + +## Run Tests + + /www/spec.html + +## Issues and Pull Requests + +This application is a modification of the [Apache Cordova Hello World][1]. + +For issues with __the application__, please submit an issue or pull request +to the [Apache Cordova source code][1]. + +For issues with __the PhoneGap Build integration__, please submit +an issue or pull request to this project. + +[1]: http://github.com/apache/incubator-cordova-app-hello-world diff --git a/UPDATING.md b/UPDATING.md new file mode 100644 index 0000000000..67e15ff406 --- /dev/null +++ b/UPDATING.md @@ -0,0 +1 @@ +# Upgrading the Application