From 1799d9bb951e0ffaa9c367c4f46a9acbcf59b003 Mon Sep 17 00:00:00 2001 From: Matthew Connelly Date: Sat, 23 May 2015 17:54:28 +0100 Subject: [PATCH] Added installation details to readme --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index dd9d82f..e04d8e1 100644 --- a/README +++ b/README @@ -1,2 +1,4 @@ kbbutil - Simple utility for reading the current brightness level of a MacBook keyboard's backlight, and for setting the brightness level. Theoretically requires OSX 10.5 or newer and any MacBook model past the early non-PowerPC macbooks, however this utility has not been tested on anything other than a MacBook Air 6,1 running OS10.10. Your mileage may vary. + +To install, either `git clone` this repository and run `make`, or if you use homebrew, run `brew install MaffC/apps/kbrightnessutil`.