Compare commits
2
Commits
8a25a9e365
...
fe3e599909
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe3e599909 | ||
|
|
7b3e46d1ec |
@@ -7,3 +7,4 @@ dist-newstyle
|
||||
*.html
|
||||
*.pdf
|
||||
/svg-inkscape/
|
||||
dist-newstyle
|
||||
|
||||
@@ -9,6 +9,16 @@ A self-contained CLI tool that converts Markdown with Mermaid diagrams into PDF
|
||||
|
||||
Mermaid code blocks (```mermaid) will be rendered to SVG and embedded.
|
||||
|
||||
## Installation
|
||||
|
||||
### Build and install to PATH
|
||||
|
||||
cabal install --installdir=$HOME/.local/bin
|
||||
|
||||
Make sure `~/.local/bin` is in your PATH. Add to your shell config if needed:
|
||||
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
## Requirements
|
||||
|
||||
- GHC + Cabal (via ghcup)
|
||||
|
||||
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user