Skip to content

Commit

Permalink
Mention requirement for tun/tap on macOS
Browse files Browse the repository at this point in the history
Fixes #5
  • Loading branch information
schmittner committed Aug 9, 2019
1 parent b21dcc5 commit ae0d6b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ On Debian Linux, install all dependencies via
```sh
sudo apt install libpcap-dev libev-dev libnl-3-dev libnl-genl-3-dev libnl-route-3-dev
```

On macOS, you need to add support for tun/tap devices, e.g., via [tuntaposx](http://tuntaposx.sourceforge.net). You can install it via [Homebrew](https://brew.sh):
```sh
brew cask install tuntap
```

## Use

Expand Down

0 comments on commit ae0d6b2

Please sign in to comment.