Compare commits
1 Commits
8b25dbdca2
...
87352936b0
Author | SHA1 | Date | |
---|---|---|---|
87352936b0 |
10
readme.md
10
readme.md
@ -4,6 +4,16 @@
|
||||
- `ghostscript`
|
||||
- `zola` (optional)
|
||||
|
||||
You can [install ChordPro][1] directly on your machine, or use Docker
|
||||
with the official iamge `chordpro/chordpro:latest`. It can be seamlesly
|
||||
integrated with a shell alias:
|
||||
|
||||
```
|
||||
alias chordpro="docker run -ti --rm --env HOME=\$HOME --env USER=\$USER --workdir \$(pwd) --volume \$HOME:\$HOME chordpro/chordpro:latest chordpro"
|
||||
```
|
||||
|
||||
[1]: https://www.chordpro.org/chordpro/chordpro-installation/
|
||||
|
||||
## Building
|
||||
|
||||
`make` defaults to `all` which builds individual PDF and HTML files for
|
||||
|
Loading…
Reference in New Issue
Block a user