Skip to content

Commit bf31cd2

Browse files
committed
Merge pull request #173 from DaveJarvis/patch-1
Clarify installation instructions
2 parents b9309b1 + 716e0e1 commit bf31cd2

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,29 @@ Usage
5757
Installation
5858
------------
5959

60-
With node.js (at least 0.10.20):
60+
Choose one of the following installation methods.
61+
62+
### Node JS
63+
64+
Install using node.js (at least 0.10.20):
6165

6266
$ npm install ios-sim -g
6367

64-
Download an archive:
68+
### Zip
6569

66-
$ curl -L https://github.com/phonegap/ios-sim/zipball/4.1.1 -o ios-sim-4.1.1.zip
67-
$ unzip ios-sim-4.1.1.zip
70+
Download a zip file:
6871

69-
Or from a git clone:
72+
$ curl -L https://github.com/phonegap/ios-sim/archive/master.zip -o ios-sim.zip
73+
$ unzip ios-sim.zip
7074

71-
$ git clone git://github.com/phonegap/ios-sim.git
75+
### Git
7276

77+
Download using git clone:
78+
79+
$ git clone git://github.com/phonegap/ios-sim.git
7380

7481
Troubleshooting
75-
------------
82+
---------------
7683

7784
Make sure you enable Developer Mode on your machine:
7885

0 commit comments

Comments
 (0)