Skip to content

Commit 81e5668

Browse files
authored
Update README.md
1 parent e9e95ef commit 81e5668

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#1.Installation#
22

3-
1.1 Mac OS X
3+
<h3>1.1 Mac OS X</h3>
44

5-
1.1.1 pc env prepare
5+
<h5>1.1.1 pc env prepare</h5>
66
1. install python2.7
77
2. "sudo easy_install pip"
88
3. "sudo pip install paramiko"
@@ -11,7 +11,7 @@
1111
6. "brew install libimobiledevice", if don't have homebrew ,install it first: "ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null"
1212
7. "git clone https://github.com/alibaba/iOSSecAudit.git"
1313
8. cd /path/to/iOSSecAudit, "python main.py"
14-
14+
1515

1616

1717
#notice#
@@ -28,12 +28,12 @@ Uninstall them if needed, then try to install [`prettytable` ](https://pypi.pyth
2828
[`paramiko` ](https://pypi.python.org/pypi/paramiko/1.15.2) from the source code.
2929

3030

31-
1.1.2 device env prepare
31+
<h5>1.1.2 device env prepare</h5>
3232
1. jailbreak iOS device
3333
2. install cycript in Cydia
3434

3535

36-
1.2 Linux or Windows
36+
<h3>1.2 Linux or Windows</h3>
3737

3838
Never test on Linux or Windows, cause i am tooooo lazy...
3939

@@ -44,7 +44,7 @@ Uninstall them if needed, then try to install [`prettytable` ](https://pypi.pyth
4444
Usage:
4545
```
4646
47-
$ python main.py
47+
$ python main.py
4848
4949
Type "help", "cprt" for more information.
5050

0 commit comments

Comments
 (0)