Skip to content

Commit 3a99658

Browse files
committed
Add README.md and UPDATING.md
1 parent 07cd4a0 commit 3a99658

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# OS X
2+
.DS_Store

README.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Hello World PhoneGap Application
2+
3+
> A Hello World application built with PhoneGap
4+
5+
## PhoneGap Build
6+
7+
Create a new app with the following repository:
8+
9+
https://github.com/phonegap/phonegap-start.git
10+
11+
## Run Application
12+
13+
/www/index.html
14+
15+
## Run Tests
16+
17+
/www/spec.html
18+
19+
## Issues and Pull Requests
20+
21+
This application is a modification of the [Apache Cordova Hello World][1].
22+
23+
For issues with __the application__, please submit an issue or pull request
24+
to the [Apache Cordova source code][1].
25+
26+
For issues with __the PhoneGap Build integration__, please submit
27+
an issue or pull request to this project.
28+
29+
[1]: http://github.com/apache/incubator-cordova-app-hello-world

UPDATING.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Upgrading the Application

0 commit comments

Comments
 (0)