Skip to content

Commit 0f6640e

Browse files
authored
Merge pull request #43 from narugit/feature/support_brew_tap
docs: add installation method by using brew tap
2 parents 1322788 + cb4c624 commit 0f6640e

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,18 @@ It works on following macs.
1212
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.
1313
Some of the sensor values were obtained from the [exelban/stats](https://github.com/exelban/stats) project.
1414

15-
## How to Use
16-
```console
17-
$ git clone https://github.com/narugit/smctemp
18-
$ cd smctemp
19-
$ sudo make install
20-
$ smctemp -c
15+
## Installation
16+
### Brew (Recommended)
17+
```bash
18+
brew tap narugit/tap
19+
brew install narugit/tap/smctemp
20+
```
21+
22+
### Manual
23+
```bash
24+
git clone https://github.com/narugit/smctemp
25+
cd smctemp
26+
sudo make install
2127
```
2228

2329
## Usage

0 commit comments

Comments
 (0)