all repos — hastyscribe @ 248089986c20444793b19cda3845fc8a72d43ad0

A professional markdown compiler.

add quick installation instructions
Diogenesoftoronto 87236699+Diogenesoftoronto@users.noreply.github.com
Mon, 20 Feb 2023 19:10:35 -0500
commit

248089986c20444793b19cda3845fc8a72d43ad0

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