File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -57,22 +57,29 @@ Usage
57
57
Installation
58
58
------------
59
59
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):
61
65
62
66
$ npm install ios-sim -g
63
67
64
- Download an archive:
68
+ ### Zip
65
69
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:
68
71
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
70
74
71
- $ git clone git://github.com/phonegap/ios-sim.git
75
+ ### Git
72
76
77
+ Download using git clone:
78
+
79
+ $ git clone git://github.com/phonegap/ios-sim.git
73
80
74
81
Troubleshooting
75
- ------------
82
+ ---------------
76
83
77
84
Make sure you enable Developer Mode on your machine:
78
85
You can’t perform that action at this time.
0 commit comments