Compare commits

...
2 Commits
Author SHA1 Message Date
mostalive fe3e599909 ignore dist-newstyle 2025-09-02 10:52:07 +01:00
mostaliveandClaude 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
View File
@@ -7,3 +7,4 @@ dist-newstyle
*.html
*.pdf
/svg-inkscape/
dist-newstyle
+10
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.
## 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
View File
Binary file not shown.