Docs: instruct AI to use pager option with git

This commit is contained in:
Tiberiu Ichim 2026-02-22 20:24:48 +02:00
parent 8f030f2b04
commit 1223f50666

View file

@ -129,6 +129,7 @@ docker buildx build --platform linux/amd64,linux/arm64 -t advplyr/audiobookshelf
- The `data/` directory contains test audiobooks and is git-ignored
- Database is SQLite-based, stored in config location (not in repo)
- Client must be regenerated after frontend changes: `(cd client; npm run generate)`
- When running git commands that might invoke a pager (like `git diff` or `git log`), use `PAGER=cat git <command>` or `git --no-pager <command>` to avoid the `git-split-diffs: not found` error.
## API Documentation