Fixed error in docs on how to compile from source.
h3rald h3rald@h3rald.com
Sun, 27 Jul 2014 20:30:22 +0000
3 files changed,
4 insertions(+),
4 deletions(-)
M
README.md
→
README.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.htm
→
doc/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 – 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.md
→
doc/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