diff --git a/INSTALL b/INSTALL index 2a582d29..7412a145 100644 --- a/INSTALL +++ b/INSTALL @@ -1 +1,5 @@ -install python vte bindings ("python-vte" on Debian/ubuntu) and run terminator +install python vte bindings ("python-vte" on Debian/ubuntu) and run: + + ./setup.py install + +Note that this is not as complete as a package install at the moment - e.g. GNOME menu integration will not happen. diff --git a/setup.py b/setup.py old mode 100644 new mode 100755