Skip to content

Commit 2f2094d

Browse files
committed
[doc] Update README.md and merge UPDATING.md.
1 parent 6859336 commit 2f2094d

File tree

2 files changed

+35
-50
lines changed

2 files changed

+35
-50
lines changed

README.md

+35-14
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,50 @@
1-
# Hello World PhoneGap Application
1+
# PhoneGap Build Starter Application
22

3-
> A Hello World application built with PhoneGap
3+
> A Hello World application to get started with PhoneGap Build.
44
5-
## PhoneGap Build
5+
## Usage
6+
7+
### Run Application
8+
9+
/www/index.html
10+
11+
### Run Tests
12+
13+
/www/spec.html
14+
15+
### PhoneGap/Build
616

717
Create a new app with the following repository:
818

919
https://github.com/phonegap/phonegap-start.git
1020

11-
## Run Application
21+
## Updating the Application
1222

13-
/www/index.html
23+
The application is based on the [Apache Cordova Hello World][cordova-app] app.
1424

15-
## Run Tests
25+
### 1. Update the Source
1626

17-
/www/spec.html
27+
cp cordova-app-hello-world/www www/
28+
29+
__Do not replace `www/config.xml`.__
30+
31+
__Do not replace `www/img/logo.png`.__
32+
33+
### 2. Update index.html
34+
35+
Replace `<h1>Apache Cordova</h1>` with `<h1>PhoneGap</h1>`.
36+
37+
### 3. Update PhoneGap Version
38+
39+
<preference name="phonegap-version" value="x.x.x" />
40+
41+
### 4. Commit
1842

19-
## Issues and Pull Requests
43+
$ git commit -am "Version x.x.x"
2044

21-
This application is a modification of the [Apache Cordova Hello World][1].
45+
### 5. Tag
2246

23-
For issues with __the application__, please submit an issue or pull request
24-
to the [Apache Cordova source code][1].
47+
$ git tag x.x.x
2548

26-
For issues with __the PhoneGap Build integration__, please submit
27-
an issue or pull request to this project.
49+
[cordova-app]: http://github.com/apache/cordova-app-hello-world
2850

29-
[1]: https://github.com/apache/cordova-app-hello-world

UPDATING.md

-36
This file was deleted.

0 commit comments

Comments
 (0)