From: Fletcher T. Penney Date: Sat, 21 Jan 2017 02:50:39 +0000 (-0500) Subject: ADDED: Add build instructions X-Git-Tag: 0.1.1a^2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9dc762332d41edb0cf3c880bdf7f53b25a0b8c4b;p=multimarkdown ADDED: Add build instructions --- 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