From 1c120b976e86444ac2cec39a9b808abf73054a10 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Mon, 8 Jan 2024 09:01:22 +0100 Subject: [PATCH] Update readme.md --- readme.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 041d225..ef76379 100644 --- a/readme.md +++ b/readme.md @@ -1,16 +1,23 @@ ## Requirements -- `chordpro` +- [`chordpro`](https://github.com/ChordPro/chordpro/) - `ghostscript` ## Building -`make` defaults to `all` which builds individual pdf and html files for +`make` defaults to `all` which builds individual PDF and HTML files for all songs. It also builds two complete songbooks for *mixtape* and *classic*. -Available targets: +Available targets: `all`, `pdf`, `html`, `clean` -- `all` -- `pdf` -- `html` -- `clean` +You can also build PDF for a specific page with: + +``` +chordpro --config=chordpro.json path/to/song.cho +``` + +or build HTML output with: + +``` +chordpro --config=chordpro.json -o path/to/song.html path/to/song.cho +```