Compare commits

...

2 Commits

Author SHA1 Message Date
fe3e599909 ignore dist-newstyle 2025-09-02 10:52:07 +01:00
7b3e46d1ec Add installation instructions to README
Include cabal install command and PATH setup guidance for installing
docster as a system-wide CLI tool.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-02 10:47:45 +01:00
3 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ dist-newstyle
*.html *.html
*.pdf *.pdf
/svg-inkscape/ /svg-inkscape/
dist-newstyle

View File

@ -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. 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 ## Requirements
- GHC + Cabal (via ghcup) - GHC + Cabal (via ghcup)

Binary file not shown.