From e98d8e14ef7407ac692cd7c428aaeb7966c76bc2 Mon Sep 17 00:00:00 2001 From: kirinji Date: Sat, 29 Sep 2007 23:34:23 +0000 Subject: [PATCH] Yet more modifications. --- .../user-chapter1-obtainingkiriwrite.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Documentation/English (British)/user-chapter1-obtainingkiriwrite.html b/Documentation/English (British)/user-chapter1-obtainingkiriwrite.html index 7a2eee0..c44f19d 100644 --- a/Documentation/English (British)/user-chapter1-obtainingkiriwrite.html +++ b/Documentation/English (British)/user-chapter1-obtainingkiriwrite.html @@ -35,15 +35,16 @@ Bear in mind the following is done from a command console. GUI interfaces can al
-When downloading an archive, the archive can be checked (by downloading the file with the same name but with .sha256 added to the end of it) using shasum1 by doing the following to ensure it is downloaded correctly:

+When downloading an archive, the archive can be checked (by downloading the file with the same name but with .sha256 or .md5 added to the end of it) using shasum1 or md5sum by doing the following to ensure it is downloaded correctly:

- shasum -a 256 kiriwrite-x.y.z(-e).arc + shasum -a 256 kiriwrite-x.y.z(-e).arc
+ md5sum kiriwrite-x.y.z(-e).arc

-shasum should then generate the SHA-256 that should match the one that appears in the file with the .sha256 added to it. If it does not match (and the file containing the sha256 hash is the correct version) then the archive should be downloaded again and repeat the same process.

+shasum or md5sum should then generate the SHA-256 or MD5 checksum that should match the one that appears in the file with .sha256 or .md5 appended to it. If it does not match (and the file containing the sha256 or md5sum hash is the correct version) then the archive should be downloaded again and repeat the same process.

To extract the gzip archive, the following command should be preformed when switched to the correct directory to extract from.

@@ -109,7 +110,10 @@ A list of files then appear as they are received from the Subversion repository
-A list of files will then appear showing which file has been updated. +A list of files will then appear showing which files has been updated. + +
+1 The version of shasum talked about here is the shasum script that is used by the Digest::SHA::PurePerl Perl module which can produce checksums in SHA-1, SHA-224, SHA-256, SHA-384 and SHA-512 which can be installed via CPAN.
-- 2.39.2