Update readme.md
This commit is contained in:
parent
fca76c0a9e
commit
1c120b976e
21
readme.md
21
readme.md
@ -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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user