diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-25 21:36:07 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-25 21:36:07 +0000 |
commit | 4d1a9910f0cf6c09d921825813a2b6d9e4e04dbb (patch) | |
tree | 3e612115f32a23530c36d5399db6d80facf4d1ce /INSTALL | |
parent | d7d3ef0fdf1bc08e136fbf79a75278f9776771c7 (diff) | |
download | fetchmail-4d1a9910f0cf6c09d921825813a2b6d9e4e04dbb.tar.gz fetchmail-4d1a9910f0cf6c09d921825813a2b6d9e4e04dbb.tar.bz2 fetchmail-4d1a9910f0cf6c09d921825813a2b6d9e4e04dbb.zip |
Updated documentation.
svn path=/trunk/; revision=151
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -25,11 +25,11 @@ Lastly, become root and run make install This will install fetchmail. By default, fetchmail will be installed -in /usr/local/bin, with the man page in /usr/local/man/man1, and the -GNU info file in /usr/local/info. If you wish to change these defaults, -edit the Makefile AFTER you run "configure" but BEFORE you run -"make install." You can easily choose a prefix other than /usr/local, -or you can choose completely different directories for each item. +in /usr/local/bin, with the man page in /usr/local/man/man1. If you +wish to change these defaults, edit the Makefile AFTER you run +"configure" but BEFORE you run "make install." You can easily choose +a prefix other than /usr/local, or you can choose completely different +directories for each item. See the man page or the file sample.rcfile for a description of how to configure your individual preferences. |