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
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
README.md
→
README.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