Skip to content

Commit

Permalink
added steps to install tshark on archlinux (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
philcryer authored Mar 22, 2021
1 parent 3822a88 commit 3569f4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ optional arguments:

Requires python3, developed using `python3.8.5`

If running [Arch Linux](https://archlinux.org/), you need to install `wireshark-cli` in order to get `tshark` (Source: [Install tshark](https://tshark.dev/setup/install/))

```
sudo pacman -S wireshark-cli
```

1. Make sure to set the command line flags in `ledcap.service` before continuing.
2. Run `sudo make install`

Expand Down

0 comments on commit 3569f4c

Please sign in to comment.