X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fuser-chapter1-obtainingkiriwrite.html;h=cee72a13e102b79d1c3c646b35596fd2da320fd8;hb=917bf000970f6e8e95759b4975e9d5c48e738dfd;hp=c44f19d67d79ec082af6a5a2973ab74177ec2023;hpb=e98d8e14ef7407ac692cd7c428aaeb7966c76bc2;p=kiriwrite%2F.git diff --git a/Documentation/English (British)/user-chapter1-obtainingkiriwrite.html b/Documentation/English (British)/user-chapter1-obtainingkiriwrite.html index c44f19d..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.bzip2 | 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