all repos — hastyscribe @ 17d05bbbe43fe86e8d76aad0dbb6389f3d94f651

A professional markdown compiler.

Fixed error in docs on how to compile from source.
h3rald h3rald@h3rald.com
Sun, 27 Jul 2014 20:30:22 +0000
commit

17d05bbbe43fe86e8d76aad0dbb6389f3d94f651

parent

a40f4324085a52f4fa5f6740bcadc98d9322a441

3 files changed, 4 insertions(+), 4 deletions(-)

jump to
M README.mdREADME.md

@@ -61,6 +61,6 @@

1. Download and install [Nimrod][nimrod]. 2. Clone the HastyScribe [repository](https://github.com/h3rald/hastyscribe). 3. Put your **libmarkdown.a** file in the **vendor** directory. -4. Run **nimrod c -l:-lmarkdown -l:-L./vendor** +4. Run **nimrod c -l:-lmarkdown -l:-L./vendor hastyscribe.nim** [nimrod]: http://nimrod-code.org/
M doc/HastyScribe_UserGuide.htmdoc/HastyScribe_UserGuide.htm

@@ -274,7 +274,7 @@ <ol>

<li>Download and install <a href="http://nimrod-code.org/">Nimrod</a>.</li> <li>Clone the HastyScribe <a href="https://github.com/h3rald/hastyscribe">repository</a>.</li> <li>Put your <span class="file">libbmarkdown.a</span> file in the <span class="dir">vendor</span> directory.</li> -<li>Run <span class="cmd">nimrod c -l:-lmarkdown -l:-L./vendor</span></li> +<li>Run <span class="cmd">nimrod c -l:-lmarkdown -l:-L./vendor hastyscribe.nim</span></li> </ol>

@@ -1055,4 +1055,4 @@ <div id="footer">

<p>Fabio Cevasco &ndash; July 27, 2014</p> <p><span>Powered by</span> <a href="https://h3rald.com/hastyscribe"><span class="hastyscribe"></span></a></p> </div> -</body>+</body>
M doc/HastyScribe_UserGuide.mddoc/HastyScribe_UserGuide.md

@@ -113,7 +113,7 @@

1. Download and install [Nimrod][nimrod]. 2. Clone the HastyScribe [repository](https://github.com/h3rald/hastyscribe). 3. Put your [libbmarkdown.a](class:file) file in the [vendor](class:dir) directory. -4. Run [nimrod c -l:-lmarkdown -l:-L./vendor](class:cmd) +4. Run [nimrod c -l:-lmarkdown -l:-L./vendor hastyscribe.nim](class:cmd) ## Usage