From 09e6fab1c9e3978b1c2f83bd593372f25a14f343 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 30 Nov 2014 19:23:24 -0500 Subject: [PATCH] Cosmetic formatting fixes --- INSTALL.in | 4 ++-- 1 file 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 ]