Update the basic documentation.
This commit is contained in:
11
README.md
11
README.md
@@ -1,4 +1,7 @@
|
||||
mboxgrep - displays e-mail messages matching a pattern
|
||||
# mboxgrep - selects e-mail messages matching a pattern
|
||||
|
||||
`mboxgrep` is a `grep(1)`-like tool which scans mailboxes and selects
|
||||
e-mail messages matching pattern.
|
||||
|
||||
Full description of mboxgrep is contained in the documentation,
|
||||
which is provided both in manpage and texinfo format, to satisfy
|
||||
@@ -11,8 +14,8 @@ are welcome.
|
||||
If you intend to bundle mboxgrep with an operating system (such as a
|
||||
GNU/Linux distrubution, for example), please drop me a line about it.
|
||||
|
||||
For build instructions, read the file "INSTALL", and run
|
||||
For build instructions, read the file `INSTALL.md`, and run
|
||||
`./configure --help`.
|
||||
|
||||
This project aims to follow the GNU coding style (https://www.gnu.org/prep/standards/html_node/Formatting.html),
|
||||
at least loosely. The code should be indented with indent -gnu -nut -ppi2.
|
||||
This project aims to follow the [GNU coding style](https://www.gnu.org/prep/standards/html_node/Formatting.html),
|
||||
at least loosely. The code should be indented with `indent -gnu -nut -ppi2`.
|
||||
|
Reference in New Issue
Block a user