Compare commits
2 Commits
8a25a9e365
...
fe3e599909
Author | SHA1 | Date | |
---|---|---|---|
fe3e599909 | |||
7b3e46d1ec |
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ dist-newstyle
|
||||
*.html
|
||||
*.pdf
|
||||
/svg-inkscape/
|
||||
dist-newstyle
|
||||
|
10
README.md
10
README.md
@ -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)
|
||||
|
BIN
dist-newstyle/cache/config
vendored
BIN
dist-newstyle/cache/config
vendored
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user