Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
3ae9dbad08 | |||
046dcc441f |
2 changed files with 13 additions and 13 deletions
13
README
Normal file
13
README
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
mal sends mail to one or more recipients, through information passed
|
||||||
|
on its command line. Read COPYING for information on redistribution.
|
||||||
|
|
||||||
|
* Building
|
||||||
|
|
||||||
|
With ldc and libcurl installed, run:
|
||||||
|
|
||||||
|
$ make
|
||||||
|
# make install # to install
|
||||||
|
|
||||||
|
Documentation is provided in the man page.
|
||||||
|
|
||||||
|
Written by Jeremy Baxter <jeremy@baxters.nz>
|
13
README.md
13
README.md
|
@ -1,13 +0,0 @@
|
||||||
mal sends email to one or more recipients, through information passed
|
|
||||||
on its command line. Read COPYING for information on redistribution.
|
|
||||||
|
|
||||||
## compilation
|
|
||||||
|
|
||||||
Install ldc and libcurl, and run `make`.
|
|
||||||
To install, run `make install` after compiling.
|
|
||||||
|
|
||||||
## documentation
|
|
||||||
|
|
||||||
All documentation is provided in the man page. With mal installed, run
|
|
||||||
`man mal`, or in this source tree run `man ./mal.1`. Usage examples are
|
|
||||||
in the **EXAMPLES** section near the end.
|
|
Loading…
Add table
Add a link
Reference in a new issue