add quick installation instructions
Diogenesoftoronto 87236699+Diogenesoftoronto@users.noreply.github.com
Mon, 20 Feb 2023 19:10:35 -0500
1 files changed,
11 insertions(+),
0 deletions(-)
jump to
M
README.md
→
README.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