From 0e88e7241ed13ec47bcb4bff197d393a8b2a373f Mon Sep 17 00:00:00 2001 From: Joni Van Roost Date: Wed, 8 May 2019 09:09:35 +0200 Subject: [PATCH] :pencil: Update README.md (#70) * Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 169b78d..bab6cd0 100644 --- a/README.md +++ b/README.md @@ -63,28 +63,29 @@ Open [issues](https://github.com/the0neyouseek/MonitorControl/issues) if you hav - Xcode - [Carthage](https://github.com/Carthage/Carthage) - [Swiftlint](https://github.com/realm/SwiftLint) +- [SwiftFormat](https://github.com/nicklockwood/SwiftFormat) Clone the project ```sh -git clone https://github.com/the0neyouseek/MonitorControl.git --recurse-submodules +$ git clone https://github.com/the0neyouseek/MonitorControl.git ``` Then download the dependencies with Carthage ```sh $ carthage update --platform macOS ``` -You're all set ! Now open the `MonitorControl.xcworkspace` with Xcode +You're all set ! Now open the `MonitorControl.xcodeproj` with Xcode ### Third party dependencies - [MediaKeyTap](https://github.com/the0neyouseek/MediaKeyTap) - [MASPreferences](https://github.com/shpakovski/MASPreferences) -- [ddcctl](https://github.com/kfix/ddcctl) +- [DDC.swift](https://github.com/reitermarkus/DDC.swift) - [AMCoreAudio](https://github.com/rnine/AMCoreAudio) ## Support - macOS Sierra (`10.12`) and up. -- Works with monitors compatible with [@kfix/ddcctl](https://github.com/kfix/ddcctl) +- Works with monitors controllable via [DDC](https://en.wikipedia.org/wiki/Display_Data_Channel). ## Contributors - [@the0neyouseek](https://github.com/the0neyouseek)