From 046dcc441fb489ade85778d646ebb547cd687a77 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Wed, 30 Apr 2025 12:10:36 +1200 Subject: [PATCH 1/2] rename README.md to README --- README | 13 +++++++++++++ README.md | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 README delete mode 100644 README.md diff --git a/README b/README new file mode 100644 index 0000000..35f0de8 --- /dev/null +++ b/README @@ -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 diff --git a/README.md b/README.md deleted file mode 100644 index bd38d64..0000000 --- a/README.md +++ /dev/null @@ -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. From 3ae9dbad08eafe5d0eb899bbe25889e23178639c Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Tue, 19 Aug 2025 12:46:01 +1200 Subject: [PATCH 2/2] correct email --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 35f0de8..3632eb8 100644 --- a/README +++ b/README @@ -10,4 +10,4 @@ With ldc and libcurl installed, run: Documentation is provided in the man page. -Written by Jeremy Baxter +Written by Jeremy Baxter