From d88fd7ceeaf182374ae93f1db9d9e43cd1504925 Mon Sep 17 00:00:00 2001 From: Kerry Liu Date: Sun, 28 May 2017 18:04:55 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6385627..66a162c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Visor A new sensor monitoring app for linux! +![screenshot](https://github.com/Kerryliu/Visor/blob/master/misc/summary_screenshot.png) + +# Running it: To build you require gcc, gtk3, and gtkmm3. -Then run `make` in the src directory. +Then run `make` in the src directory to compile Visor. Before you run, make sure you have lm_sensors installed and set up.