Skip to content

Commit

Permalink
docs: Update install instructions for MacPorts (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealKeto authored Apr 28, 2024
1 parent 37b01b6 commit e9864c7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion www/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ brew install blacktop/tap/ipsw-frida

## Via [MacPorts](https://www.macports.org)

```bash
sudo port install ipsw
```

### Install development version

```bash
git clone https://github.com/blacktop/ports ~/.config/macports/blacktop
```
Expand Down Expand Up @@ -169,4 +175,4 @@ tar xzf ipsw_3.1.199_windows_x86_64.tar.gz
```mdx-code-block
</TabItem>
</Tabs>
```
```

0 comments on commit e9864c7

Please sign in to comment.