From cb4c6248cdf69b941a5fd53128f2f1f4135357ee Mon Sep 17 00:00:00 2001 From: narugit Date: Sun, 18 May 2025 08:09:35 +0900 Subject: [PATCH] docs: add installation method by using brew tap --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7247333..239ba2b 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,18 @@ It works on following macs. I took the code from [hholtmann/smcFanControl/smc-command](https://github.com/hholtmann/smcFanControl/tree/ad374ffb1dd088a7676719e53dbd2886f8fafdff/smc-command) and modified it to specialize in temperature acquisition. Some of the sensor values were obtained from the [exelban/stats](https://github.com/exelban/stats) project. -## How to Use -```console -$ git clone https://github.com/narugit/smctemp -$ cd smctemp -$ sudo make install -$ smctemp -c +## Installation +### Brew (Recommended) +```bash +brew tap narugit/tap +brew install narugit/tap/smctemp +``` + +### Manual +```bash +git clone https://github.com/narugit/smctemp +cd smctemp +sudo make install ``` ## Usage