Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ Note: Your Mac and iDevice MUST be connected to the same network.

## To Configure:

1.) Install mitmproxy by running this command in terminal:
1.) Install mitmproxy by with Homebrew:

```
sudo easy_install pip
brew install mitmproxy
```

2.) And then:
```
sudo pip install mitmproxy
```
Note: To install Homebrew, see here: https://brew.sh/

After mitmproxy has been installed, change the directory to where you put the diags.py file, and run:
```
Expand Down