From 1117cc7ce29fb5250515af18ec6d283a36383d55 Mon Sep 17 00:00:00 2001 From: Vadim Mikhailov Date: Mon, 10 Nov 2025 18:11:51 -0800 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec63415..938278a 100644 --- a/README.md +++ b/README.md @@ -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.