[gnome-commander/gcmd-1-4] Fixed install procedure instructions in README



commit 290825d9b5ae6ce1948dec624db96c64c88f9f85
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Sat Apr 5 09:26:24 2014 +0200

    Fixed install procedure instructions in README

 README.in |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/README.in b/README.in
index c44b917..73a106a 100644
--- a/README.in
+++ b/README.in
@@ -98,12 +98,12 @@ Additionally GNOME Commander may require:
 
 Simple install procedure:
 
-  % gzip -cd gnome-commander- VERSION@.tar.gz | tar xvf -      # unpack the sources
-  % cd gnome-commander- VERSION@               # change to the toplevel directory
-  % ./configure                                                        # run the `configure' script
-  % make                                                               # build GNOME Commander
+  % tar -xf gnome-commander- VERSION@.tar.xz   # unpack the sources
+  % cd gnome-commander- VERSION@                       # change to the toplevel directory
+  % ./configure                                        # run the `configure' script
+  % make                                       # build GNOME Commander
   [ Become root if necessary ]
-  % make install                                               # install GNOME Commander
+  % make install                               # install GNOME Commander
 
 See the file 'INSTALL' for more detailed information.
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]