Update readme.md

This commit is contained in:
Emil Miler 2024-01-08 09:01:22 +01:00
parent fca76c0a9e
commit 1c120b976e

View File

@ -1,16 +1,23 @@
## Requirements ## Requirements
- `chordpro` - [`chordpro`](https://github.com/ChordPro/chordpro/)
- `ghostscript` - `ghostscript`
## Building ## 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*. all songs. It also builds two complete songbooks for *mixtape* and *classic*.
Available targets: Available targets: `all`, `pdf`, `html`, `clean`
- `all` You can also build PDF for a specific page with:
- `pdf`
- `html` ```
- `clean` 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
```