Add a note how to install uhubctl from FreeBSD ports

uhubctl is now available in FreeBSD ports collection.
Soon it should be available as a package too,
which will make install even simpler (`pkg install uhubctl`).

Closes #640.
This commit is contained in:
Vadim Mikhailov
2025-11-10 18:11:51 -08:00
parent 65e3b74e60
commit 1117cc7ce2

View File

@@ -171,6 +171,7 @@ and can be installed with following commands:
* Ubuntu/Debian/Raspbian: `sudo apt install uhubctl`
* Redhat/EPEL/Fedora/CentOS: `sudo yum install uhubctl`
* OpenSUSE: `sudo zypper install uhubctl`
* FreeBSD: `cd /usr/ports/sysutils/uhubctl && sudo make install`
However, uhubctl installed from standard package manager may not
necessarily be latest version, or even severely lag behind current version.