From 274a1f60c0f88027a6293019a3cf02472afffe1e Mon Sep 17 00:00:00 2001 From: Kerry Liu Date: Sun, 28 May 2017 17:52:11 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cab2299..6385627 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Visor A new sensor monitoring app for linux! -To build, you require gcc, gtk3, and gtkmm3. +To build you require gcc, gtk3, and gtkmm3. Then run `make` in the src directory. +Before you run, make sure you have lm_sensors installed and set up.