Skip to content

Commit d4c735d

Browse files
davidjbshazron
authored andcommitted
Minor cleanup/formatting of README (#362)
1 parent d7fe117 commit d4c735d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
ios-deploy
44
==========
5+
56
Install and debug iOS apps from the command line. Designed to work on un-jailbroken devices.
67

78
## Requirements
@@ -19,9 +20,8 @@ See our [milestones](https://github.com/phonegap/ios-deploy/milestones).
1920
The 1.x branch has been archived (renamed for now), all development is to be on the master branch for simplicity, since the planned 2.x development (break out commands into their own files) has been abandoned for now.
2021

2122
## Installation
22-
=======
2323

24-
ios-deploy installation is made simple using the node.js package manager. If you use [Homebrew](http://brew.sh/), install [node.js](https://nodejs.org):
24+
ios-deploy installation is made simple using the node.js package manager. If you use [Homebrew](https://brew.sh/), install [node.js](https://nodejs.org):
2525

2626
```
2727
brew install node
@@ -139,4 +139,5 @@ The included demo.app represents the minimum required to get code running on iOS
139139
* `make debug` will install demo.app and launch a LLDB session.
140140

141141
## Notes
142+
142143
* `--detect_deadlocks` can help to identify an exact state of application's threads in case of a deadlock. It works like this: The user specifies the amount of time ios-deploy runs the app as usual. When the timeout is elapsed ios-deploy starts to print call-stacks of all threads every 5 seconds and the app keeps running. Comparing threads' call-stacks between each other helps to identify the threads which were stuck.

0 commit comments

Comments
 (0)