From 917bf000970f6e8e95759b4975e9d5c48e738dfd Mon Sep 17 00:00:00 2001 From: kirinji Date: Sat, 5 Apr 2008 07:55:49 +0000 Subject: [PATCH] Another minor alteration. --- .../user-chapter1-obtainingkiriwrite.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/English (British)/user-chapter1-obtainingkiriwrite.html b/Documentation/English (British)/user-chapter1-obtainingkiriwrite.html index 43d9211..cee72a1 100644 --- a/Documentation/English (British)/user-chapter1-obtainingkiriwrite.html +++ b/Documentation/English (British)/user-chapter1-obtainingkiriwrite.html @@ -48,7 +48,7 @@ shasum or md5sum should then generate the SHA-256 or MD5 checksum that should ma To extract the gzip archive, the following command should be preformed when switched to the correct directory to extract from.

- gzip -d -c (path)/kiriwrite-0.1.0.tar.gz | tar -xv + gzip -d -c (path)/kiriwrite-0.3.0.tar.gz | tar -xv

@@ -57,7 +57,7 @@ A list of files that have been extracted will then appear with the contents of t To extract the bzip2 archive, the following command should be preformed when switched to the correct directory to extract from.

- bzip2 -d -c (path)/kiriwrite-0.1.0.tar.bz2 | tar -xv + bzip2 -d -c (path)/kiriwrite-0.3.0.tar.bz2 | tar -xv

@@ -66,7 +66,7 @@ A list of files that have been extracted will then appear with the contents of t To extract the ZIP archive, the following command should be preformed when switched to the correct directory to extract from.

- unzip (path)/kiriwrite-0.1.0.zip + unzip (path)/kiriwrite-0.3.0.zip

@@ -75,7 +75,7 @@ A list of files that have been extracted will then appear with the contents of t To extract the 7Zip archive, the following command should be preformed when switched to the correct directory to extract from.

- 7za e (path)/kiriwrite-0.1.0.7z + 7za e (path)/kiriwrite-0.3.0.7z

-- 2.39.2