From d94c47f9c83be0d9649be02a6e7f1ee5961f01b6 Mon Sep 17 00:00:00 2001 From: Trung Ngo Date: Tue, 7 Apr 2015 14:54:33 +0700 Subject: [PATCH] Note about gtk version in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 472dee0..0528769 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,9 @@ $ sudo pip3 install bogo $ make -# Run a Gtk+ 2 app with bogo. Candidates -# include: pluma, terminator, firefox, chromium, etc. +# Run a Gtk+ 2 app with bogo. Candidates include: pluma, terminator, +# firefox, chromium, etc. Note that you HAVE to be clear about the +# Gtk version as loading Gtk 2's plugin in a Gtk 3 app will crash it. $ make run GTK=2 CMD=pluma # or Gtk+ 3: