mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-28 21:19:42 +00:00
Docs: instruct AI to use pager option with git
This commit is contained in:
parent
8f030f2b04
commit
1223f50666
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue