From 9f736c6062ce758b153f59691a2a05ad38e55db8 Mon Sep 17 00:00:00 2001 From: Marek Kaczkowski Date: Fri, 10 Nov 2017 13:29:56 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 85dda1f..afb638e 100644 --- a/README.md +++ b/README.md @@ -4,21 +4,19 @@ Touch Bar iStats shows temperature of CPU/GPU/MEM or [whatever you want](https://github.com/Chris911/iStats#advanced-usage) on your touch bar. -# Features +## How to install -Icons +1. Install [BetterTouchTool](https://www.boastr.net/) +2. Install [iStats](https://github.com/Chris911/iStats) ruby gem with `sudo gem install iStats` + (you can use macOS embeded ruby, `rbenv` or `rvm`) +3. Pull this repo contents +4. Open BetterTouchTool/Preferences/Touch Bar and import JSON files Gauges will turn red when safe temperature is exceeded: * CPU >75 * GPU >85 * MEM >90 -## How to install - -1. Install [BetterTouchTool](https://www.boastr.net/) -2. Install [iStats](https://github.com/Chris911/iStats) Ruby gem with `sudo gem install iStats` -3. Download repo contents open BetterTouchTool Preferences/Touch Bar and import JSON files - ## Authors * [Marek Kaczkowski](https://github.com/marekkaczkowski)