all repos — hastyscribe @ be602d66b2e2176e57ba78b2533f3b942823b65f

A professional markdown compiler.

Updated README.
h3rald h3rald@h3rald.com
Sat, 12 Oct 2013 21:54:56 +0200
commit

be602d66b2e2176e57ba78b2533f3b942823b65f

parent

db2ff65bf7c99190c1fff2ae68ee3fd2c11fe5ab

1 files changed, 7 insertions(+), 3 deletions(-)

jump to
M README.mdREADME.md

@@ -47,9 +47,11 @@

1. Download/clone [Discount](https://github.com/Orc/discount) source code 2. In the directory containing Discount source code, run the following commands: - <tt>./configure.sh --with-tabstops=2 --with-dl=both --with-id-anchor --with-github-tags --with-fenced-code --enable-all-features</tt> + ``` + ./configure.sh --with-tabstops=2 --with-dl=both --with-id-anchor --with-github-tags --with-fenced-code --enable-all-features - <tt>make</tt> + make + ``` Note: If you are on Windows, you can compile it using [MinGW](http://www.mingw.org/).

@@ -60,6 +62,8 @@ 2. Download/clone HastyScribe.

3. Put your **libmarkdown.a** file in the **vendor** directory. 4. Run **osxbuild** (if you are on OSX) or **winbuild.bat** (if you are on windows) or the following: - <tt>nimrod --clibdir:vendor --clib:markdown c hastyscribe.nim</tt> + ``` + nimrod --clibdir:vendor --clib:markdown c hastyscribe.nim + ``` [nimrod]: http://nimrod-code.org/