diff options
-rw-r--r-- | INSTALL.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.in b/INSTALL.in index 243c0b863e..7a1dcec01e 100644 --- a/INSTALL.in +++ b/INSTALL.in @@ -22,8 +22,8 @@ GTK+ requires the following packages: Simple install procedure ======================== - % tar xf gtk+-@GTK_VERSION@.tar.xz # unpack the sources - % cd gtk+-@GTK_VERSION@ # change to the toplevel directory + % tar xf gtk+-@GTK_VERSION@.tar.xz # unpack the sources + % cd gtk+-@GTK_VERSION@ # change to the toplevel directory % ./configure # run the `configure' script % make # build GTK+ [ Become root if necessary ] |