Skip to content

Commit

Permalink
Merge pull request #125 from herbygillot/readme-macports
Browse files Browse the repository at this point in the history
docs: add MacPorts install instructions
  • Loading branch information
gcla authored Jun 8, 2021
2 parents 59224ac + b15d8e5 commit 7da0675
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tshark has many more features that termshark doesn't expose yet! See [What's Nex

## Install Packages

Termshark is pre-packaged for the following platforms: [Arch Linux](docs/Packages.md#arch-linux), [Debian (unstable)](docs/Packages.md#debian), [FreeBSD](docs/Packages.md#freebsd), [Homebrew](docs/Packages.md#homebrew), [Kali Linux](docs/Packages.md#kali-linux), [NixOS](docs/Packages.md#nixos), [SnapCraft](docs/Packages.md#snapcraft), [Termux (Android)](docs/Packages.md#termux-android) and [Ubuntu](docs/Packages.md#ubuntu).
Termshark is pre-packaged for the following platforms: [Arch Linux](docs/Packages.md#arch-linux), [Debian (unstable)](docs/Packages.md#debian), [FreeBSD](docs/Packages.md#freebsd), [Homebrew](docs/Packages.md#homebrew), [MacPorts](docs/Packages.md#macports), [Kali Linux](docs/Packages.md#kali-linux), [NixOS](docs/Packages.md#nixos), [SnapCraft](docs/Packages.md#snapcraft), [Termux (Android)](docs/Packages.md#termux-android) and [Ubuntu](docs/Packages.md#ubuntu).

## Building

Expand Down
7 changes: 7 additions & 0 deletions docs/Packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ brew update
brew install termshark
```

## MacPorts

```bash
sudo port selfupdate
sudo port install termshark
```

## Kali Linux

```bash
Expand Down

0 comments on commit 7da0675

Please sign in to comment.