summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 09:59:56 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 09:59:56 +0000
commit5b876d2f480923c5b09428110f4c774c3bf0042e (patch)
treec5ae1a360938f34aa1f72d1e9ef6a595fa0346b4 /INSTALL
parentAdding upstream version 1.15~pre3. (diff)
downloadlzip-5b876d2f480923c5b09428110f4c774c3bf0042e.tar.xz
lzip-5b876d2f480923c5b09428110f4c774c3bf0042e.zip
Adding upstream version 1.15~rc1.upstream/1.15_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 9981a00..f8b14ab 100644
--- a/INSTALL
+++ b/INSTALL
@@ -10,9 +10,9 @@ Procedure
---------
1. Unpack the archive if you have not done so already:
- lzip -cd lzip[version].tar.lz | tar -xf -
+ tar -xf lzip[version].tar.lz
or
- gzip -cd lzip[version].tar.gz | tar -xf -
+ lzip -cd lzip[version].tar.lz | tar -xf -
This creates the directory ./lzip[version] containing the source from
the main archive.