all repos — hastyscribe @ 8f8c5a70dfa49d54820557b4258c06dd824a116e

A professional markdown compiler.

Merge pull request #89 from Diogenesoftoronto/Diogenesoftoronto-readme-installation

Fabio Cevasco h3rald@h3rald.com
Wed, 22 Feb 2023 04:48:39 +0100
commit

8f8c5a70dfa49d54820557b4258c06dd824a116e

parent

ed65f1d67380a042544c366f6b63a53fcbc7b5d7

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

jump to
M README.mdREADME.md

@@ -65,8 +65,19 @@ 2. Download and build [Nifty][nifty], and put it somewhere in your $PATH.

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. + - Note: Some users may need to install libmarkdown2-dev 6. Run **nifty build discount** to build the Discount markdown library. 7. Run **nim c -d:release hastyscribe.nim**. + + +### Quick Installation + +```sh +nimble install nifty +&& sudo apt install libmarkdown2-dev +&& nimble install hastyscribe +``` +If you are using another operating system without apt you can install libmarkdown2 [here](https://launchpad.net/debian/+source/discount) [nim]: http://nim-lang.org/ [nifty]: https://github.com/h3rald/nifty