From 4d26af46087634ae2183c6feb17d48d3f5af43c9 Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Mon, 20 Jan 2014 22:13:22 +0100
Subject: [PATCH] Show how to compile against GTK3.

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1332e0b..f5ef130 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,8 @@ Therefore, you should always compare your customised `config.h` with
 Run following command to compile and install vimb (if necessary last one as
 root).
 
-    make clean && make
+    make clean
+    make // or make GTK=3 to compile against gtk3
     make install
 
 To build vimb against gtk3 you can use `make GTK=3`.
-- 
2.20.1