ubertooth icon indicating copy to clipboard operation
ubertooth copied to clipboard

Outdated MacOS Brew Command on Build Instructions

Open ttepatti opened this issue 2 years ago • 1 comments

The page "Building from git" has an outdated Brew command.

brew install git libusb wget cmake pkg-config homebrew/dupes/libpcap

The homebrew/dupes/ prefix has been discontinued, so libpcap can now simply be installed as libpcap.

The brew command would be as follows once corrected:

brew install git libusb wget cmake pkg-config libpcap

A small fix, but I figured it was worth mentioning. Thanks!

ttepatti avatar Aug 24 '22 00:08 ttepatti

Thanks! If you'd like to submit a pull request for that documentation change I'd be happy to review it.

straithe avatar Aug 24 '22 00:08 straithe