From daff395328ed3a39506d64d49633143f683462ee Mon Sep 17 00:00:00 2001 From: eSh Date: Thu, 16 Dec 2021 02:10:23 +0100 Subject: [PATCH] Update README with Homebrew install info --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 195569c..6d23a0d 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,18 @@ Control your cameras settings without using the software provided (or not) by th -## Download +## Installation -Go to [Release](https://github.com/itaybre/CameraController/releases/latest) and download the latest `.zip` +### Manually + +Download the latest `.zip` from [Releases](https://github.com/itaybre/CameraController/releases/latest). + +### Homebrew + +``` +brew tap homebrew/cask-drivers +brew install --cask cameracontroller +``` ## ToDo