diff options
Diffstat (limited to 'words3')
-rw-r--r-- | words3 | 21 |
1 files changed, 9 insertions, 12 deletions
@@ -1,23 +1,20 @@ | |||
1 | 1 | ||
2 | |||
3 | If you got this far and the "cmp"s didn't find anything amiss, looks | 2 | If you got this far and the "cmp"s didn't find anything amiss, looks |
4 | like you're in business. You should install bzip2 and bunzip2: | 3 | like you're in business. You should install bzip2, bunzip2 and bzcat: |
5 | 4 | ||
6 | copy bzip2 to a public place, maybe /usr/bin. | 5 | Copy bzip2 and bzip2recover to a public place, maybe /usr/bin. |
7 | In that public place, make bunzip2 a symbolic link | 6 | In that public place, make bunzip2 and bzcat be |
8 | to the bzip2 you just copied there. | 7 | symbolic links to the bzip2 you just copied there. |
9 | Put the manual page, bzip2.1, somewhere appropriate; | 8 | Put the manual page, bzip2.1, somewhere appropriate; |
10 | perhaps in /usr/man/man1. | 9 | perhaps in /usr/man/man1. |
11 | 10 | ||
12 | Complete instructions for use are in the preformatted | 11 | Instructions for use are in the preformatted manual page, in the file |
13 | manual page, in the file bzip2.1.preformatted. | 12 | bzip2.txt. For more detailed documentation, read the full manual. |
13 | It is available in Postscript form (manual.ps) and HTML form | ||
14 | (manual_toc.html). | ||
14 | 15 | ||
15 | You can also do "bzip2 --help" to see some helpful information. | 16 | You can also do "bzip2 --help" to see some helpful information. |
16 | |||
17 | "bzip2 -L" displays the software license. | 17 | "bzip2 -L" displays the software license. |
18 | 18 | ||
19 | Please read the README file carefully. | 19 | Happy compressing. -- JRS, 30 August 1998. |
20 | Finally, note that bzip2 comes with ABSOLUTELY NO WARRANTY. | ||
21 | |||
22 | Happy compressing! | ||
23 | 20 | ||