summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 05:02:37 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 05:02:37 +0000
commite25a5b0f3e358a0bfd478cdc077af191fafe7ec6 (patch)
treeba338751a206d0619b75e60d27d889831bedd2c3 /INSTALL
parentAdding upstream version 1.3. (diff)
downloadlunzip-e25a5b0f3e358a0bfd478cdc077af191fafe7ec6.tar.xz
lunzip-e25a5b0f3e358a0bfd478cdc077af191fafe7ec6.zip
Adding upstream version 1.4~rc1.upstream/1.4_rc1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index af0ee97..5f44118 100644
--- a/INSTALL
+++ b/INSTALL
@@ -10,9 +10,9 @@ Procedure
---------
1. Unpack the archive if you have not done so already:
- lzip -cd lunzip[version].tar.lz | tar -xf -
+ tar -xf lunzip[version].tar.lz
or
- gzip -cd lunzip[version].tar.gz | tar -xf -
+ lzip -cd lunzip[version].tar.lz | tar -xf -
This creates the directory ./lunzip[version] containing the source from
the main archive.