all repos — hastyscribe @ 554ca26c6c987e1f7b5555e6f41513ea3afeec19

A professional markdown compiler.

Clarified that you have to go to the src folder to build hastyscribe from source

...otherwise it cannot find the markdown library.
Fabio Cevasco h3rald@h3rald.com
Sun, 08 Dec 2019 13:20:26 +0100
commit

554ca26c6c987e1f7b5555e6f41513ea3afeec19

parent

a88077bd3e3323d260628cf95e839e18b6ea3e7d

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

jump to
M README.mdREADME.md

@@ -65,7 +65,7 @@ 3. Clone the HastyScribe [repository](https://github.com/h3rald/hastyscribe).

4. Navigate to the HastyScribe repository local folder. 5. Run **nifty install** to download HastyScribe's dependencies. 6. Run **nifty build discount** to build the Discount markdown library. -7. Run **nim c -d:release -d:discount hastyscribe.nim** +7. Go to the **src** folder and run **nim c -d:release -d:discount hastyscribe.nim** [nim]: http://nim-lang.org/ [nifty]: https://github.com/h3rald/nifty