There was an error while loading. Please reload this page.
1 parent 9a6e6d3 commit c9edaf3Copy full SHA for c9edaf3
README.md
@@ -161,6 +161,11 @@ For Linux and MacOS uhubctl is available in standard package managers
161
and can be installed with following commands:
162
163
* MacOS: `brew install uhubctl` or `sudo port install uhubctl`
164
+ - :warning: MacOS 26+ requires [fix](https://github.com/libusb/libusb/pull/1700).
165
+ Until libusb version 1.0.30 with this fix is released, install libusb from master:
166
+
167
+ brew uninstall libusb --ignore-dependencies
168
+ brew install libusb --head
169
* Ubuntu/Debian/Raspbian: `sudo apt install uhubctl`
170
* Redhat/EPEL/Fedora/CentOS: `sudo yum install uhubctl`
171
* OpenSUSE: `sudo zypper install uhubctl`
0 commit comments