greatscottgadgets / ubertooth

Software, firmware, and hardware designs for Ubertooth
https://greatscottgadgets.com/ubertoothone/
GNU General Public License v2.0
1.92k stars 430 forks source link

Outdated MacOS Brew Command on Build Instructions #502

Open ttepatti opened 2 years ago

ttepatti commented 2 years ago

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!

straithe commented 2 years ago

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