From 168f5ef89dfd3af67af93b5f0faf3ea0ad952be0 Mon Sep 17 00:00:00 2001 From: waydabber <37590873+waydabber@users.noreply.github.com> Date: Tue, 3 Aug 2021 17:08:38 +0200 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d7f5791..b10c3da 100644 --- a/README.md +++ b/README.md @@ -18,19 +18,19 @@ Control your external monitor brightness, contrast or volume directly from a men
@@ -88,17 +88,15 @@ You're all set ! Now open the `MonitorControl.xcodeproj` with Xcode Open [issues](https://github.com/MonitorControl/MonitorControl/issues) if you have a question, an enhancement to suggest or a bug you've found. If you want you can fork the code yourself and submit a pull request to improve the app. -## Download +## Download the pre-release version -Go to [Release](https://github.com/MonitorControl/MonitorControl/releases/latest) and download the latest `.dmg` - -**Please note that releases are not available for the experimental Apple Silicon version yet!** +Go to [Releases](https://github.com/MonitorControl/MonitorControl/releases) and download the latest pre-release `.dmg` ## Installing with Homebrew Cask You can also install MonitorControl with [Homebrew Cask](https://github.com/Homebrew/homebrew-cask). -**Be aware that this comment will not install the experimental Apple Silicon compatible version of the app!** +**Be aware that this command will not install the experimental Apple Silicon compatible version of the app!** ```bash brew install --cask monitorcontrol @@ -124,3 +122,4 @@ brew install --cask monitorcontrol - [@Bensge](https://github.com/Bensge/) - (Used some code from his project [NativeDisplayBrightness](https://github.com/Bensge/NativeDisplayBrightness)) - [@nhurden](https://github.com/nhurden/) (For the original MediaKeyTap) - [@kfix](https://github.com/kfix/ddcctl) (For ddcctl) +- [@tao-j](https://github.com/tao-j) (For figuring out M1 DDC)