diff options
author | Julian Seward <jseward@acm.org> | 1997-08-07 22:13:13 +0200 |
---|---|---|
committer | Julian Seward <jseward@acm.org> | 1997-08-07 22:13:13 +0200 |
commit | 33d134030248633ffa7d60c0a35a783c46da034b (patch) | |
tree | b760dc34185dccc7054989c1472478574223cc31 /words3 | |
download | bzip2-33d134030248633ffa7d60c0a35a783c46da034b.tar.gz bzip2-33d134030248633ffa7d60c0a35a783c46da034b.tar.bz2 bzip2-33d134030248633ffa7d60c0a35a783c46da034b.zip |
bzip2-0.1bzip2-0.1
Diffstat (limited to 'words3')
-rw-r--r-- | words3 | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ | |||
1 | |||
2 | |||
3 | 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: | ||
5 | |||
6 | copy bzip2 to a public place, maybe /usr/bin. | ||
7 | In that public place, make bunzip2 a symbolic link | ||
8 | to the bzip2 you just copied there. | ||
9 | Put the manual page, bzip2.1, somewhere appropriate; | ||
10 | perhaps in /usr/man/man1. | ||
11 | |||
12 | Complete instructions for use are in the preformatted | ||
13 | manual page, in the file bzip2.1.preformatted. | ||
14 | |||
15 | You can also do "bzip2 --help" to see some helpful information. | ||
16 | |||
17 | "bzip2 -L" displays the software license. | ||
18 | |||
19 | Please read the README file carefully. | ||
20 | Finally, note that bzip2 comes with ABSOLUTELY NO WARRANTY. | ||
21 | |||
22 | Happy compressing! | ||
23 | |||