From 300f7255b11d719e84b4104e59559570bd978f5e Mon Sep 17 00:00:00 2001 From: Joey Korkames Date: Sat, 9 Jan 2021 19:37:29 -0800 Subject: [PATCH] update README.md for a vendorless world --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7f55fdc..4bf4694 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,11 @@ And *possibly* (if your monitor firmware is well implemented): Head to [Releases](https://github.com/kfix/ddcctl/releases) and from the [latest release](https://github.com/kfix/ddcctl/releases/latest) download [`ddcctl_binaries.zip`](https://github.com/kfix/ddcctl/releases/latest/download/ddcctl_binaries.zip) -archive that holds `ddcctl-intel`, `ddcctl-amd` and `ddcctl-nvidia` binaries -respectively for Intel, AMD and Nvidia GPUs. +archive ## Build from Source ## * install Xcode -* figure out if your Mac is using an Intel, Nvidia or AMD GPU -* run `make intel` or make `make nvidia` or `make amd` +* run `make` # Usage # Run `ddcctl -h` for some options.