Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 413 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 413 Bytes

markdownc

This is a simple CLI tool to convert Markdown files to HTML. This was made for personal use. This tool is compatible with Linux only.

Usage

First make sure you have libmarkdown and make installed.

Then compile the tool with:

make

After that is done, you can install it globally with:

sudo make install

Note: sudo is required to install to global scope