From 38687d9ff7bbae7c2155e206a50da589c7501469 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 28 Dec 2023 01:48:58 +0100 Subject: [PATCH] Add readme.md --- readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..041d225 --- /dev/null +++ b/readme.md @@ -0,0 +1,16 @@ +## Requirements + +- `chordpro` +- `ghostscript` + +## Building + +`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: + +- `all` +- `pdf` +- `html` +- `clean`