summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan baktsheev <dot.and.thing@gmail.com>2017-07-27 16:32:25 +0300
committerGitHub <noreply@github.com>2017-07-27 16:32:25 +0300
commit4ffafa0e537b1cab8107475623bc7d429be84947 (patch)
tree56e937252284cf0d409c4171ec2e34f8156f8213
parente0b3c16a81564d3d7be638f4ff77bdadc2d591d6 (diff)
docs: how to install with homebrew
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5a27a0a..a9ab3bc 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,13 @@ First, you need to install library libusb-1.0 (version 1.0.12 or later):
To compile, simply run `make` - this will generate `uhubctl` binary.
+Alternatively, for macOS you can build an executable with homebrew's custom tap:
+
+```
+brew tap mvp/uhubctl https://github.com/mvp/uhubctl/
+brew install --HEAD uhubctl
+```
+
Usage
=====