From 9dc762332d41edb0cf3c880bdf7f53b25a0b8c4b Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Fri, 20 Jan 2017 21:50:39 -0500 Subject: [PATCH] ADDED: Add build instructions --- BUILD.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 BUILD.md diff --git a/BUILD.md b/BUILD.md new file mode 100644 index 0000000..f276371 --- /dev/null +++ b/BUILD.md @@ -0,0 +1,14 @@ +1. Download source using git: + + git clone https://github.com/fletcher/MultiMarkdown-6.git + + or web: + + https://github.com/fletcher/MultiMarkdown-6 + +2. Compile, and (optionally) test: + + make + cd build + make + make test -- 2.40.0