Skip to content

Commit

Permalink
Note about gtk version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lewtds committed Apr 7, 2015
1 parent b6d291b commit d94c47f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d94c47f

Please sign in to comment.