Describe Docker installation

[ci skip]
This commit is contained in:
Emil Miler 2024-06-01 11:35:00 +02:00
parent 5938e9a346
commit 87352936b0

View File

@ -4,6 +4,16 @@
- `ghostscript` - `ghostscript`
- `zola` (optional) - `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 ## 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